Michael Hall has proposed merging lp:~mhall119/loco-directory/960-header into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Sets header and footer widths to 960px
--
https://code.launchpad.net/~mhall119/loco-directory/960-header/+merge/34366
Your team loco-directory-dev is requested to review the proposed merge of
lp:~mhall119/loco-directory/960-header into lp:loco-directory.
=== modified file 'loco_directory/media/css/newstyle.css'
--- loco_directory/media/css/newstyle.css 2010-09-01 22:06:33 +0000
+++ loco_directory/media/css/newstyle.css 2010-09-02 00:10:57 +0000
@@ -126,7 +126,7 @@
#page-footer .container div.loggedin {
font-size:0.75em;
line-height:1.5em;
- float:left;width :45%;
+ float:left;width :400px;
margin-bottom:10px;
margin-top:5px;
}
@@ -135,9 +135,10 @@
font-size:0.75em;
line-height:1.5em;
float:right;
- width :55%;
+ width :500px;
margin-bottom:10px;
margin-top:5px;
+ margin-right: 14px;
}
.team-event-nav {
@@ -186,3 +187,7 @@
.thumbs li img { display: block; }
.thumbs li a img { border: none;}
+/* 960px header and footer */
+header#page-header { width: 960px; margin: 0 auto; padding: 0 10px; position:relative; }
+footer#page-footer { width: 960px; margin: 0 auto; padding: 0 10px; position:relative; }
+#page-footer div.container { width: 940px; }
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp