2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

overhaul the entire tabs component structure and docs; remove side nav and make it a nav list to build on new .nav base class

This commit is contained in:
Mark Otto
2012-01-07 20:40:28 -08:00
parent 1438b14f74
commit 2948d1c3b2
13 changed files with 1112 additions and 1007 deletions
@@ -6,21 +6,13 @@
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }
pre.prettyprint {
background-color: #fefbf3;
padding: 9px;
margin-bottom: 9px;
}
pre.prettyprint {
color: #ccc;
background-color: #252525;
}
pre.prettyprint {
.prettyprint {
padding: 8px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;