tabs rounded

This commit is contained in:
danielvincent 2010-09-19 22:16:58 -07:00
parent 5bf6d358a4
commit 5a9b0fbd03
2 changed files with 6 additions and 4 deletions

View file

@ -461,8 +461,10 @@ h1.big_text {
#aspect_nav ul > li {
padding: 0;
display: inline;
margin-right: 0.2em; }
margin-right: 2px; }
#aspect_nav ul > li a {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
line-height: 22px;
background-color: #444444;
border: 1px solid #555555;
@ -473,7 +475,6 @@ h1.big_text {
background-color: #4e4e4e;
color: #cccccc; }
#aspect_nav ul > li.selected a {
z-index: 50;
-webkit-box-shadow: 0px -4px 6px -2px #777777;
-moz-box-shadow: 0px -4px 6px -2px #777777;
text-shadow: 0 2px 0 white;

View file

@ -610,9 +610,11 @@ h1.big_text
:padding 0
:display inline
:margin
:right 0.2em
:right 2px
a
:-webkit-border-radius 3px 3px 0 0
:-moz-border-radius 3px 3px 0 0
:line
:height 22px
:background
@ -630,7 +632,6 @@ h1.big_text
:color #ccc
&.selected a
:z-index 50
:-webkit-box-shadow 0px -4px 6px -2px #777
:-moz-box-shadow 0px -4px 6px -2px #777