view static/css/tab-nav.css @ 645:99f7917702ca

Fix 081a88b3bfc8, javascript resize of forum images. Commit 081a88b3bfc8 broke those pages that loaded forums.js but did not load the imagesLoaded jQuery extension. Now we have arranged it so that only the forums topic view loads imagesLoaded and put the resizing javascript inline.
author Brian Neal <bgneal@gmail.com>
date Mon, 11 Mar 2013 15:30:25 -0500
parents 88b2b9cb8c1f
children
line wrap: on
line source
ul.tab-nav {
   border-bottom: 1px solid black;
   padding-left: 10px;
   margin: 12px 0px 1em 0px;
}

ul.tab-nav li {
   display: inline;
   overflow: hidden;
   list-style-type: none;
}

ul.tab-nav li a, ul.tab-nav li a.active {
   color: black;
   background-color: teal;
   border: 1px solid #300;
   padding: 2px 5px 2px 5px;
   text-decoration: none;
}

ul.tab-nav li a.active {
   color: #000;
   background-color: #eee;
   border-bottom: 1px solid #eee;
}

ul.tab-nav li a:hover {
    color: #fff;
}

ul.tab-nav li a.active:hover {
    color: #000;
}