Skip to content

Commit

Permalink
Add a bigger width for the global row
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeigne committed Aug 2, 2013
1 parent 800d3c6 commit 7ca3be6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
1 change: 1 addition & 0 deletions modules/responsivelinks/responsivelinks.css
Expand Up @@ -15,6 +15,7 @@
background: white;
border-top: 1px solid #c3c3c3;
border-bottom: 1px solid #c3c3c3;
max-width: 1020px;
}

#responsive_links_top .top-bar > ul .name h1 {
Expand Down
22 changes: 12 additions & 10 deletions themes/simpleresponsivetheme/css/global.css
@@ -1,19 +1,11 @@
.clearfix:before,
.clearfix:after {
content: ".";
display: block;
height: 0;
overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}

/* ************************************************************************************************
struture
************************************************************************************************ */
#header {z-index:10}
#columns {z-index:1}

.row { width: 1020px; }

/* ************************************************************************************************
generic style
************************************************************************************************ */
Expand Down Expand Up @@ -88,6 +80,16 @@ p em {font-style:italic}
}
.required {color:#990000}

.clearfix:before,
.clearfix:after {
content: ".";
display: block;
height: 0;
overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}

/* link **************************************************************************************** */
a {
color: #5d717e;
Expand Down
Expand Up @@ -15,6 +15,7 @@
background: white;
border-top: 1px solid #c3c3c3;
border-bottom: 1px solid #c3c3c3;
max-width: 1020px;
}

#responsive_links_top .top-bar > ul .name h1 {
Expand Down

0 comments on commit 7ca3be6

Please sign in to comment.