# HG changeset patch # User Brian Neal # Date 1382825755 18000 # Node ID 095be78bf0faa912605c3f7348027bcf5306d5d6 # Parent e82fd2b7be2f42844c577702b2f2d0c063cba660 Bootstrap: table and title styling. diff -r e82fd2b7be2f -r 095be78bf0fa static/css/theme.css --- a/static/css/theme.css Sat Oct 26 16:55:05 2013 -0500 +++ b/static/css/theme.css Sat Oct 26 17:15:55 2013 -0500 @@ -6,6 +6,22 @@ background-color: #213442; color: #EF7C21; } + +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small { + color: #b96a03; +} + .top-buffer { margin-top: 2em; } @@ -33,10 +49,6 @@ } blockquote { - border-left: 5px solid #6e2d1b; - border-left: 5px solid #b96a03; - border-left: 5px solid #8f8a6d; - border-left: 5px solid #41819d; border-left: 3px solid #b96a03; } blockquote small { @@ -127,3 +139,16 @@ background-color: #213442; border-color: #b96a03; } + +.table-striped > tbody > tr:nth-child(odd) > td, +.table-striped > tbody > tr:nth-child(odd) > th { + background-color: #296b9d; +} +.table thead > tr > th, +.table tbody > tr > th, +.table tfoot > tr > th, +.table thead > tr > td, +.table tbody > tr > td, +.table tfoot > tr > td { + border-top: 1px solid #dddddd; +}