[Commits] [svn:einsteintoolkit] www/global/ (Rev. 109)

cjordan at cct.lsu.edu cjordan at cct.lsu.edu
Tue Mar 23 15:48:30 CDT 2010


User: cjordan
Date: 2010/03/23 03:48 PM

Added:
 /global/
  layout.css

Log:
 forgot the new layout file

File Changes:

Directory: /global/
===================

File [added]: layout.css
Delta lines: +28 -0
===================================================================
--- global/layout.css	                        (rev 0)
+++ global/layout.css	2010-03-23 20:48:30 UTC (rev 109)
@@ -0,0 +1,28 @@
+#header {
+padding:0px;
+margin:0px;
+/*background:#ddd;*/
+}
+#sidebar {
+float:left;
+width:20%;
+margin:0px;
+padding-bottom:20px;
+/*background:#9c9;*/
+}
+#main {
+float:left;
+width:65%;
+margin:0px;
+padding:0px;
+/*background:#99c;*/
+}
+#footer {
+clear:both;
+margin:0px;
+margin-bottom:30px;
+/*background:#cc9;*/
+}
+#footer p {
+margin:0;
+}
\ No newline at end of file



More information about the Commits mailing list