Skip to content

Commit

Permalink
Fixed top menu responsive styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcThibeault committed Jan 19, 2016
1 parent 7e6f3c7 commit eb46073
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
33 changes: 22 additions & 11 deletions greymatter/res/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,6 @@ h4 {
}

/* MENU*/
#menu {
font-weight:bold;
text-transform: uppercase;
font-size: 0.9em;
margin: 0px auto;
padding: 30px;
text-align: right;
/*width: 960px;*/
line-height:20px;
float: right;
}
#menu ul{
height: 11px;
list-style: none;
Expand Down Expand Up @@ -223,6 +212,17 @@ h4 {
font-size: 100%;
padding: 12px;
}

#menu {
font-weight:bold;
text-transform: uppercase;
font-size: 0.9em;
margin: 0px auto;
padding: 30px 30px 30px 30px;
text-align: right;
line-height:20px;
float: right;
}
}

/* ===== RESPONSIVE DESIGN ===== */
Expand All @@ -245,6 +245,17 @@ h4 {
font-size: 100%;
padding: 12px;
}

#menu {
font-weight:bold;
text-transform: uppercase;
font-size: 0.9em;
margin: 0px auto;
padding: 0px 0px 40px 0px;
text-align: center;
line-height:25px;
float: right;
}
}

/* ===== INTERNET EXPLORER ===== */
Expand Down
2 changes: 1 addition & 1 deletion greymatter/res/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Grey Matter CSS Styles
@import url(column.css);

/* defines rules specific to the front page */
body { padding: 30px 0 0 0 }
body { padding: 10px 0 0 0 }

#comments li.comment-admin {
padding:1em
Expand Down

0 comments on commit eb46073

Please sign in to comment.