adjusted side menu .box border radius
authorgreg gay <ggay@ocad.ca>
Wed, 28 Apr 2010 22:49:59 +0000 (22:49 -0000)
committergreg gay <ggay@ocad.ca>
Wed, 28 Apr 2010 22:49:59 +0000 (22:49 -0000)
docs/themes/default/styles.css

index 86ba5d1..1ca8877 100644 (file)
@@ -1028,12 +1028,12 @@ div.tabs a:hover, div.tabs a.active {
 h4.box {
        font-size:0.85em;
        padding: 2px;
-       border-radius:.5em;
+       border-radius: .5em .5em 0em 0em;
        -moz-border-radius: .5em .5em 0em 0em;
        padding:.2em;
        border:1px solid #ccc;
        -moz-box-shadow:.2em .2em .2em #999999;
-    box-shadow: .2em .2em  .2em #999999;
+    box-shadow: .2em .2em .2em #999999;
 
 }
 
@@ -1043,8 +1043,8 @@ div.box {
        color: black;
        font-size:0.85em;
        font-weight: normal;
-       border-radius:.5em .5em;
-       -moz-border-radius: .3em .3em .3em .3em;
+       border-radius:.0em .0em .5em .5em;
+       -moz-border-radius: .0em .0em .5em .5em;
        padding:.2em;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
@@ -1762,8 +1762,8 @@ div.home_box {
        width:26em;
        height:9.8em;
        border-radius:.5em;
-       -moz-border-radius:.5em;
-       -moz-border-radius: 1em 1em .5em .5em;
+       -moz-border-radius:.3em .3em .3em .3em;
+       border-radius: 3em 3em .3em .3em;
     -moz-box-shadow:.2em .2em .2em #999999;
     box-shadow: .2em .2em .2em #999999;
        padding:.2em;