[Checkins] SVN: bluebream/website/main/blue/static/mainpage.css oops. forgot to commit

Baiju M baiju.m.mail at gmail.com
Wed Jan 27 22:08:46 EST 2010


Log message for revision 108588:
  oops. forgot to commit
  

Changed:
  A   bluebream/website/main/blue/static/mainpage.css

-=-
Added: bluebream/website/main/blue/static/mainpage.css
===================================================================
--- bluebream/website/main/blue/static/mainpage.css	                        (rev 0)
+++ bluebream/website/main/blue/static/mainpage.css	2010-01-28 03:08:44 UTC (rev 108588)
@@ -0,0 +1,63 @@
+/* customization starts here */
+
+div.topnavbar {
+    text-align: center
+}
+
+div.topnavbar ul {
+    margin: 0;
+    list-style-type: none;
+}
+
+div.topnavbar ul li {
+    display: inline;
+}
+
+div.logo {
+    clear: right;
+}
+
+div.titlearea {
+    float: right;
+    clear: left;
+}
+
+ul.mainlinks {
+    margin: 0;
+    list-style-type: none;
+}
+
+ul.mainlinks li {
+    display: inline;
+}
+
+ul.mainlinks li a {
+    float: left;
+    padding: 20px;
+    text-decoration: none;
+}
+
+ul.mainlinks li a span {
+    display: block;
+    text-align: center;
+}
+
+ul.mainlinks li a span.linktitle {
+    font-size: 22px;
+    font-weight: bold;
+    padding-bottom: 15px;
+}
+
+ul.mainlinks li a span.linkdesc {
+    font-size: 10px;
+    display: block;
+    padding-top: 10px;
+}
+
+.footer {
+    color: black;
+}
+
+div.footer a {
+    color: black;
+}



More information about the checkins mailing list