Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Adjust tab badding so that the new dataflash tab doesn't cause the tabs
Browse files Browse the repository at this point in the history
to wrap.
  • Loading branch information
hydra committed Feb 26, 2015
1 parent 400ac56 commit 07760e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ input[type="number"]::-webkit-inner-spin-button {

#tabs li {
float: left;
margin-right: 5px;
margin-right: 4px;

border: 1px solid #848484;
border-bottom: 0;
Expand All @@ -282,9 +282,7 @@ input[type="number"]::-webkit-inner-spin-button {

height: 15px;

padding: 5px;
padding-left: 6px;
padding-right: 6px;
padding: 5px 4px;

background-color: #d0d0d0;
}
Expand Down

0 comments on commit 07760e7

Please sign in to comment.