Skip to content

Commit

Permalink
Adds position relative to tabs
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 26, 2012
1 parent 6b2528b commit cfdc916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/application.css.scss
Expand Up @@ -207,8 +207,8 @@ body {

.ui-tabs-nav
{
position: fixed;
width: 80%;
position: relative;
width: 100%;
top: 0px;
li a {
padding: 3px;
Expand Down Expand Up @@ -325,4 +325,4 @@ body {
color: #585D5F;
}
}
}
}

0 comments on commit cfdc916

Please sign in to comment.