app/soc/content/css/soc.css
changeset 182 72f193fb5633
parent 163 1f67538ff619
child 185 2f3bd84bb106
--- a/app/soc/content/css/soc.css	Sun Sep 21 08:50:42 2008 +0000
+++ b/app/soc/content/css/soc.css	Sun Sep 21 08:56:52 2008 +0000
@@ -344,3 +344,13 @@
 .error {
   color: red;
 }
+
+.notice { 
+  background:#fad163; 
+  font-weight: bold;
+}
+
+.rounded_ul { background: url(/soc/content/images/ul.gif) no-repeat top left; }
+.rounded_ur { background: url(/soc/content/images/ur.gif) no-repeat top right; }
+.rounded_ll { background: url(/soc/content/images/ll.gif) no-repeat bottom left; }
+.rounded_lr { background: url(/soc/content/images/lr.gif) no-repeat bottom right; }
\ No newline at end of file