Mercurial > public > madeira
diff static/css/theme.css @ 120:e82fd2b7be2f
Bootstrap: style the footer text and links.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 26 Oct 2013 16:55:05 -0500 |
parents | 685e14392326 |
children | 095be78bf0fa |
line wrap: on
line diff
--- a/static/css/theme.css Sat Oct 26 16:20:49 2013 -0500 +++ b/static/css/theme.css Sat Oct 26 16:55:05 2013 -0500 @@ -59,14 +59,6 @@ border-color: #EF7C21; } - -/** -296b9d -3e819c -41819d -213442 -**/ - .navbar-inverse { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#213442)); background-image: -webkit-linear-gradient(top, #296b9d, 0%, #213442, 100%); @@ -83,6 +75,13 @@ background-color: #296b9d; } +footer { + font-size: 80%; +} +footer a { + color: #213442; +} + .well { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#6c9a97)); background-image: -webkit-linear-gradient(top, #296b9d, 0%, #6c9a97, 100%);