Latest Code

This commit is contained in:
Dobie Wollert
2015-04-06 03:28:20 -04:00
parent 966152a631
commit d3089dcd17
105 changed files with 8731 additions and 96 deletions

View File

@ -46,6 +46,10 @@
min-height: 40px;
}
.nav {
width: 100%;
}
.nav > li {
border-right: 1px solid #41bedd;
}
@ -76,3 +80,13 @@
background-color: @navbarSecondaryLinkBackgroundActive;
}
}
.day-of-year {
float: right !important;
position: relative;
color: white;
font-size: 18px;
top: 10px;
right: 10px;
}