[Checkins] SVN: grokui.base/trunk/src/grokui/base/ Cleaned the CSS a bit.

Souheil CHELFOUH souheil at chelfouh.com
Sat Feb 27 19:00:03 EST 2010


Log message for revision 109490:
  Cleaned the CSS a bit.
  Added 2010 in the copyright mention.
  

Changed:
  U   grokui.base/trunk/src/grokui/base/static/grok.css
  U   grokui.base/trunk/src/grokui/base/templates/authors.pt

-=-
Modified: grokui.base/trunk/src/grokui/base/static/grok.css
===================================================================
--- grokui.base/trunk/src/grokui/base/static/grok.css	2010-02-27 22:43:07 UTC (rev 109489)
+++ grokui.base/trunk/src/grokui/base/static/grok.css	2010-02-28 00:00:03 UTC (rev 109490)
@@ -1,5 +1,3 @@
-/* ---- general styling elements ---- */
-
 body {
   margin: 0;
   color: #555;
@@ -80,7 +78,6 @@
   padding: 0;
 }
 
-
 div#grokui-banner #logo span {
   display: none;
 }
@@ -98,9 +95,8 @@
   padding-right: 3em;
   background-color: #ddd;
   text-align: right;
-  height: 36px;
-  line-height: 36px;
-  background:#cc9900 url("shadow.jpg") repeat-x;
+  line-height: 28px;
+  background: transparent url("shadow.jpg") repeat-x;
 }
 
 #grokui-menu-entries {
@@ -115,8 +111,17 @@
 
 #grokui-footer {
   text-align: center;
+  border-top: 1px solid #ddd;
+  margin-top: 2.5em;
+  background-color: #f4f4f4;
 }
 
+#grokui-footer p {
+  padding: 0.5em 0;
+  margin: 0;
+  color: #777;
+}
+
 div#grokui-content {
   padding: 0 5em;
 }
@@ -230,4 +235,3 @@
 label {
   font-weight: bold !important;
 }
-

Modified: grokui.base/trunk/src/grokui/base/templates/authors.pt
===================================================================
--- grokui.base/trunk/src/grokui/base/templates/authors.pt	2010-02-27 22:43:07 UTC (rev 109489)
+++ grokui.base/trunk/src/grokui/base/templates/authors.pt	2010-02-28 00:00:03 UTC (rev 109490)
@@ -1,5 +1,5 @@
 <div>
   <p id="footer-copyright">
-    &copy; Copyright 2009, The Zope Foundation
+    &copy; Copyright 2009-2010, The Zope Foundation
   </p>
 </div>



More information about the checkins mailing list