Rename main.css to columns.css (for the sake of clarity.)
authorDeryck Hodge <deryck@samba.org>
Sat, 18 Jun 2005 20:23:56 +0000 (20:23 +0000)
committerDeryck Hodge <deryck@samba.org>
Sat, 18 Jun 2005 20:23:56 +0000 (20:23 +0000)
Also includes more cleanups and comments.

git-svn-id: file:///home/svn/samba-web/trunk@703 44aeb9d7-1cd8-0310-b257-a505e0beeac2

header_columns.html
style/columns.css [moved from style/main.css with 75% similarity]

index 67c7dbc78af0e0c93859f737046e820f1e784d00..58d6b056757ae5fe01af04f87b30cb1146d1874d 100755 (executable)
@@ -1,6 +1,6 @@
 
 <link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="all" />
-<link rel="stylesheet" href="/samba/style/main.css" type="text/css" media="all" />
+<link rel="stylesheet" href="/samba/style/columns.css" type="text/css" media="all" />
 <link rel="shortcut icon" href="/samba/images/favicon.ico" />
 <link rel="alternate" href="/samba/news/sambanews.xml" type="application/rss+xml" title="Samba News" />
 
similarity index 75%
rename from style/main.css
rename to style/columns.css
index b2ff9a9f5749f4fc080eb542f165a276566fcecd..26870d22bd1b87c7ea7369ee661f5954c7fc0a85 100644 (file)
@@ -1,7 +1,17 @@
-/* main.css */
+/*
+       columns.css
+       by Deryck Hodge <deryck@samba.org>
 
-               /******* Links for right-hand side of the page ******/
-               /****************************************************/
+       Creates a puesdo-three-column view.
+
+       You may freely use and modify the styles here, but if you 
+       intend to recreate the samba.org look exactly, please ask
+       permission first.
+*/
+
+
+/* Right-side column 
+***********************************************************/
 #links {
        float:right;
        margin:115px 1em 0 0;  
 .contacts li{
        list-style-type:disc;
 }
-               /****** Formats the page layout ********************/
-               /**************************************************/ 
+
+
+/* Middle content column
+***********************************************************/
 #content {
        margin:0 22% 0 175px;
        padding-top:130px;
 #content ul {
        list-style-type:none;
 }
+
+
+/* Misc
+************************************************************/
 .headline {
         margin-left:20px;
         font-style:italic;
 }
-               /*********T-shirts and mirror footnotes *************/
-               /****************************************************/
 .plugs {
        font-style:italic;
        text-align:center;