# HG changeset patch # User bsw # Date 1330452135 -3600 # Node ID 65561f115d26bcb907270ecd6e5b5d3190121710 # Parent f8481330f4c259e9efc0c194775ec1741351a208 Small optical changes and css code cleanup diff -r f8481330f4c2 -r 65561f115d26 static/style.css --- a/static/style.css Tue Feb 28 18:59:11 2012 +0100 +++ b/static/style.css Tue Feb 28 19:02:15 2012 +0100 @@ -263,6 +263,9 @@ background-color: #fcfcfc; border-radius: 8px; clear: left; + border: 1px solid #ddd; + padding-top: 1ex; + padding-bottom: 1ex; } .title { @@ -295,12 +298,6 @@ padding: 1ex 1em 0 1em; } -.slot_initiatives_list { - border: 1px solid #ccc; - padding-top: 1ex; - padding-bottom: 1ex; -} - .member_list .member_image_avatar { float: left; margin-right: 0.5em;