mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
updated to include sub nav and pip nav, new docs updates, topbar nav refinements for media queried settings
This commit is contained in:
+4
-3
@@ -264,11 +264,12 @@
|
||||
// Subnav
|
||||
// STILL A WIP
|
||||
.subnav {
|
||||
position: relative;
|
||||
#gradient > .vertical(#f5f5f5, #eeeeee);
|
||||
.border-radius(6px);
|
||||
@shadow: inset 0 1px 0 #fff, 0 0 5px rgba(0,0,0,.5);
|
||||
.box-shadow(@shadow);
|
||||
a {
|
||||
padding: 10px 15px;
|
||||
padding: 8px 10px;
|
||||
font-size: 12px;
|
||||
color: @linkColor;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
border-left: 1px solid #f9f9f9;
|
||||
|
||||
Reference in New Issue
Block a user