Enlightenment CVS committal

Author  : dresb
Project : web
Module  : www

Dir     : web/www


Modified Files:
        p.php style.css 


Log Message:
Included shortcuts to related sections

===================================================================
RCS file: /cvs/e/web/www/p.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- p.php       30 Apr 2007 04:09:51 -0000      1.9
+++ p.php       4 Dec 2007 16:29:34 -0000       1.10
@@ -48,8 +48,10 @@
 <?php include "p/$page/$lang-body" ?>
 </div>
 </div>
+<div class="footer">
 <hr/>
 <p class="tiny">Copyright &copy; Enlightenment.org</p>
+</div>
 </body>
 </html>
        
===================================================================
RCS file: /cvs/e/web/www/style.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- style.css   8 Nov 2007 06:47:38 -0000       1.15
+++ style.css   4 Dec 2007 16:29:34 -0000       1.16
@@ -34,9 +34,15 @@
 }
 
 div.content {
-   margin: 0 auto 0 auto;
-   width: 80%;
-   text-align: justify;
+   margin                 : 0 auto 0 auto;
+   width                  : 80%;
+   text-align             : justify;
+}
+
+div.footer {
+   display                : block;
+   width                  : 100%;
+   clear                  : both;
 }
 
 div.main {
@@ -394,7 +400,6 @@
 //   display                : block;
 }
 
-
 /** NEWS STYLE */
 
 .post {
@@ -431,5 +436,52 @@
 
 .news-latest-body {
   margin-top: 5px;
+}
+
+/** SECTION PLUG STYLE */
+
+.section-plug {
+    width                 : 13em;
+    float                 : right;
+    clear                 : right;
+    margin                : 0px 0px 2em 2em;
+    margin-bottom         : 2em;
+    background-color      : #ededf0;
+    padding               : 1em;
+    background-image      : url('i/section-plug-header.png');
+    background-repeat     : no-repeat;
+}
+
+.section-plug h3 {
+    margin                : 0px;
+    padding               : 0px;
+    width                 : 100%;
+    text-align            : center;
+}
+
+.section-plug a {
+    margin                : 0px;
+    padding               : 0px;
+    text-decoration       : none;
+}
+
+.section-plug p {
+    margin                : 1em 0px;
+    padding               : 0px;
+    text-align            : left;
+}
+
+.section-plug ul {
+    margin                : 0px;
+    padding               : 0px;
+    list-style-type       : none;
+}
+
+.section-plug li {
+    margin                : 0px 0px 1em 0px;
+    padding               : 0px;
+    font-size             : 0.8em;
+    font-weight           : bold;
+    text-align            : left;
 }
 



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to