Skip to content

Commit cfdc916

Browse files
committedMar 26, 2012
Adds position relative to tabs
Signed-off-by: Akash Manohar J <akash@akash.im>
1 parent 6b2528b commit cfdc916

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎app/assets/stylesheets/application.css.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ body {
207207

208208
.ui-tabs-nav
209209
{
210-
position: fixed;
211-
width: 80%;
210+
position: relative;
211+
width: 100%;
212212
top: 0px;
213213
li a {
214214
padding: 3px;
@@ -325,4 +325,4 @@ body {
325325
color: #585D5F;
326326
}
327327
}
328-
}
328+
}

0 commit comments

Comments
 (0)