aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.2.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-02 00:32:09 -0700
committerJacob Thornton <[email protected]>2011-09-02 00:32:09 -0700
commitec82b613d3d19b47416924cde3e583da1e0d95c5 (patch)
treedf2e7817715cbf70c5128e1774fe8d288c8a8e61 /bootstrap-1.2.0.css
parent462287e25e0c2295884ad0d2cab31b0cd0b90b26 (diff)
parent5ef4519ca8ddf035a19d8f6dfff8745fdb380e32 (diff)
downloadbootstrap-ec82b613d3d19b47416924cde3e583da1e0d95c5.tar.xz
bootstrap-ec82b613d3d19b47416924cde3e583da1e0d95c5.zip
Merge branch '1.2-wip' of github.com:twitter/bootstrap into 1.2-wip
Conflicts: bootstrap-1.2.0.css bootstrap-1.2.0.min.css lib/patterns.less
Diffstat (limited to 'bootstrap-1.2.0.css')
-rw-r--r--bootstrap-1.2.0.css50
1 files changed, 33 insertions, 17 deletions
diff --git a/bootstrap-1.2.0.css b/bootstrap-1.2.0.css
index 81b9ba1b1..c28624b05 100644
--- a/bootstrap-1.2.0.css
+++ b/bootstrap-1.2.0.css
@@ -6,7 +6,11 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
+<<<<<<< HEAD
* Date: Fri Sep 2 00:31:17 PDT 2011
+=======
+ * Date: Fri Sep 2 00:29:45 PDT 2011
+>>>>>>> 5ef4519ca8ddf035a19d8f6dfff8745fdb380e32
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -387,7 +391,6 @@ body {
font-weight: normal;
line-height: 18px;
color: #808080;
- text-rendering: optimizeLegibility;
}
.container {
width: 940px;
@@ -1103,21 +1106,6 @@ table .headerSortUp.purple, table .headerSortDown.purple {
z-index: 10000;
overflow: visible;
}
-.topbar .fill {
- background-color: #222;
- background-color: #222222;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
- background-image: -moz-linear-gradient(top, #333333, #222222);
- background-image: -ms-linear-gradient(top, #333333, #222222);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
- background-image: -webkit-linear-gradient(top, #333333, #222222);
- background-image: -o-linear-gradient(top, #333333, #222222);
- background-image: linear-gradient(top, #333333, #222222);
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-}
.topbar a {
color: #bfbfbf;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
@@ -1194,17 +1182,39 @@ table .headerSortUp.purple, table .headerSortDown.purple {
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
+<<<<<<< HEAD
.topbar div > ul, .nav {
+=======
+.topbar-inner, .topbar .fill {
+ background-color: #222;
+ background-color: #222222;
+ background-repeat: repeat-x;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
+ background-image: -moz-linear-gradient(top, #333333, #222222);
+ background-image: -ms-linear-gradient(top, #333333, #222222);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
+ background-image: -o-linear-gradient(top, #333333, #222222);
+ background-image: linear-gradient(top, #333333, #222222);
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+}
+.topbar > ul, .nav {
+>>>>>>> 5ef4519ca8ddf035a19d8f6dfff8745fdb380e32
display: block;
float: left;
margin: 0 10px 0 0;
position: relative;
left: 0;
}
+<<<<<<< HEAD
.topbar div > ul li, .nav li {
+=======
+.topbar > ul > li, .nav > li {
+>>>>>>> 5ef4519ca8ddf035a19d8f6dfff8745fdb380e32
display: block;
float: left;
- font-size: 13px;
}
.topbar div > ul a, .nav a {
display: block;
@@ -1534,6 +1544,9 @@ footer {
-khtml-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
}
.btn:disabled {
cursor: default;
@@ -1542,6 +1555,9 @@ footer {
-khtml-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
}
.btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);