Skip to content

Commit

Permalink
Added tab styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Weston Moran committed Jan 25, 2007
1 parent 26e1255 commit 45786ab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions plugins/FireHose/firehose.css
Expand Up @@ -8,6 +8,21 @@ ul.menu
padding: .75em 12em .75em .6em; padding: .75em 12em .75em .6em;
background: url(//images.slashdot.org/storylinks-right.png) no-repeat right bottom !important; background: url(//images.slashdot.org/storylinks-right.png) no-repeat right bottom !important;
} }
ul.menu#fhtablist {font-size: 90%; background: transparent !important}
ul.menu#fhtablist li.active {
background: #444;
border: 1px solid #666;
border-bottom: 1px solid #777;
border-left: 1px solid #777;
margin: 0 -.3em 0 0 !important;
padding: .3em 1.5em .3em 0 !important;
position: relative;
}
ul.menu#fhtablist li.active a {color: #aaa; text-decoration: none}
ul.menu#fhtablist li.active:before {content: ""}

#fhtabdel {font-size: 85%; font-weight: normal; position: absolute; top: .1em; right: 0;}

.storylinks .storylinks
{ {
color: #999; color: #999;
Expand Down

0 comments on commit 45786ab

Please sign in to comment.