2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

lame-copy-paste files because Pages doesn't support custom source yet

This commit is contained in:
Mark Otto
2014-02-13 09:36:49 -08:00
parent 8c5c80058d
commit c17e4c7f94
103 changed files with 10992 additions and 11844 deletions
+7 -7
View File
@@ -6,9 +6,9 @@
/* Account for fixed navbar */
body {
min-width: 970px;
padding-top: 70px;
padding-bottom: 30px;
min-width: 970px;
}
/* Finesse the page header spacing */
@@ -28,8 +28,8 @@ body {
/* Reset the container */
.container {
max-width: none !important;
width: 970px;
max-width: none !important;
}
/* Demonstrate the grids */
@@ -37,8 +37,8 @@ body {
padding-top: 15px;
padding-bottom: 15px;
background-color: #eee;
border: 1px solid #ddd;
background-color: rgba(86,61,124,.15);
border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2);
}
@@ -94,12 +94,12 @@ body {
position: absolute;
float: left;
background-color: #fff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-width: 0 1px 1px;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;