Skip to content

Commit

Permalink
updated CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Aug 11, 2014
1 parent 33e6908 commit d640693
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/static/css/style.css
Expand Up @@ -19,13 +19,19 @@ h2 {
clear: both;
}

nav ul li {
nav ul {
display: inline-block;
list-style: none;
padding: 15px;
float: right;
}

nav ul li {
display: inline-block;
padding: 15px;
float: right;
}

a {
text-decoration: none;
font-size: 1.25rem;
Expand Down Expand Up @@ -64,3 +70,7 @@ table {
#head div {
display: inline-block;
}

.wrapper, .wrapper div {
position: relative;
}

0 comments on commit d640693

Please sign in to comment.