changeset 269:4e307f9ddd2d

Rounded corner CSS tweaks for side blocks and the bulletins.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 04:32:17 +0000
parents eea6219024ef
children 85f81377bb5b
files media/css/base.css
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);