Skip to content

Commit

Permalink
tabnav stylesheet minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Franzin committed Jan 5, 2009
1 parent ef4cdde commit bbd12e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/widgets/tabnav.css.erb
Expand Up @@ -3,12 +3,13 @@
background-color: #FFFFFF;
padding: 0;
height: 2em;
border-bottom: 0.35em solid #6699CC;
}

.<%=@name%>_tabnav ul {
height: 2em;
margin: 0;
padding: 0;
padding: 0 1.25em;
}

.<%=@name%>_tabnav li {
Expand Down Expand Up @@ -50,5 +51,7 @@
.<%=@name%>_tabnav_content {
background-color: #FFFFFF;
padding: 1.5em 0.417em;
margin-top: 3px;
border: 1px solid #6699CC;
}
</style>

0 comments on commit bbd12e0

Please sign in to comment.