Skip to content

Commit

Permalink
Remove unneeded ids from header and footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 25, 2013
1 parent 3789a8c commit d9de731
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/css/320.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Structure
////////////////////////////////////////////////////////////////////////////////

#hd {
header {
background-color: @white;
border-top: 5px solid @black0;
border-bottom: 2px solid @grey2;
Expand All @@ -23,7 +23,7 @@
margin: 4.571em 1em 0;
min-height: 60em;
}
#ft {
footer {
background-color: @white;
border-top: 2px solid @grey2;
border-bottom: 5px solid @black0;
Expand Down
4 changes: 2 additions & 2 deletions src/css/768.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Structure
////////////////////////////////////////////////////////////////////////////////

#hd {
header {
span {
display: inline;
font-size: 1em;
Expand All @@ -12,7 +12,7 @@
margin-left: 9em;
}
}
#ft {
footer {
margin: 4em 0 0;

> div {
Expand Down
4 changes: 2 additions & 2 deletions src/css/960.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
// Structure
////////////////////////////////////////////////////////////////////////////////

#hd > div {
header > div {
margin: 0 auto;
max-width: 67.143em;
}
#main {
margin: 4.571em auto 0;
max-width: 67.143em;
}
#ft {
footer {
> div {
margin: 0 auto;
max-width: 67.143em;
Expand Down
2 changes: 1 addition & 1 deletion src/inc/bottom.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
</div>

<footer id="ft">
<footer>
<div>
<a class="logo" href="/">David. <i class="fa fa-home"></i></a>
<small>Copyright &copy; 2013 david-dm.org <span>v@@version</span></small>
Expand Down
2 changes: 1 addition & 1 deletion src/inc/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<header id="hd">
<header>
<div>
<a class="logo" href="/">David. <i class="fa fa-home"></i></a>
<span>Watching your Node.js dependencies.</span>
Expand Down

0 comments on commit d9de731

Please sign in to comment.