# HG changeset patch # User Brian Neal # Date 1285475537 0 # Node ID 4e307f9ddd2d98e8f7f8d083c4c6826ff13fc70a # Parent eea6219024efe5cdf6255a0ef62a605db21268c4 Rounded corner CSS tweaks for side blocks and the bulletins. diff -r eea6219024ef -r 4e307f9ddd2d media/css/base.css --- a/media/css/base.css Sat Sep 25 19:22:08 2010 +0000 +++ b/media/css/base.css Sun Sep 26 04:32:17 2010 +0000 @@ -124,11 +124,19 @@ color: white; font-weight: bold; text-align: center; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + -moz-border-radius-topleft: 5px; + -moz-border-radius-topright: 5px; } div.side-block-content { margin: 0; border: 1px solid teal; padding: 2px 2px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-bottomright: 5px; } iframe { margin-bottom: 1em; @@ -159,6 +167,8 @@ margin: 1em 1em; padding: 1em 1em 0; border: 1px solid black; + border-radius: 10px; + -moz-border-radius: 10px; } .bulletin h3 { background-image: url(../icons/asterisk_orange.png);