Skip to content

Commit 5249483

Browse files
committed
comment out box-shadow on masthead and footer in docs.css because Opera sucks at inset box-shadow :"
1 parent 206334b commit 5249483

File tree

6 files changed

+134
-100
lines changed

6 files changed

+134
-100
lines changed

bootstrap-1.3.0.css

Lines changed: 58 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Mon Sep 12 20:05:37 PDT 2011
9+
* Date: Mon Sep 12 22:15:45 PDT 2011
1010
*/
1111
/* Reset.less
1212
* 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).
@@ -178,7 +178,7 @@ textarea {
178178
* Basic and global styles for generating a grid system, structural layout, and page templates
179179
* ------------------------------------------------------------------------------------------- */
180180
html, body {
181-
background-color: #fff;
181+
background-color: #ffffff;
182182
}
183183
body {
184184
margin: 0;
@@ -654,7 +654,7 @@ input[type=checkbox], input[type=radio] {
654654
border: none;
655655
}
656656
input[type=file] {
657-
background-color: #fff;
657+
background-color: #ffffff;
658658
padding: initial;
659659
border: initial;
660660
line-height: initial;
@@ -677,7 +677,7 @@ textarea {
677677
height: auto;
678678
}
679679
.uneditable-input {
680-
background-color: #fff;
680+
background-color: #ffffff;
681681
display: block;
682682
border-color: #eee;
683683
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
@@ -782,66 +782,98 @@ textarea.xxlarge {
782782
overflow-y: auto;
783783
}
784784
input.span1, textarea.span1, select.span1 {
785+
display: inline-block;
786+
float: none;
785787
width: 30px;
786788
margin-left: 0;
787789
}
788790
input.span2, textarea.span2, select.span2 {
791+
display: inline-block;
792+
float: none;
789793
width: 90px;
790794
margin-left: 0;
791795
}
792796
input.span3, textarea.span3, select.span3 {
797+
display: inline-block;
798+
float: none;
793799
width: 150px;
794800
margin-left: 0;
795801
}
796802
input.span4, textarea.span4, select.span4 {
803+
display: inline-block;
804+
float: none;
797805
width: 210px;
798806
margin-left: 0;
799807
}
800808
input.span5, textarea.span5, select.span5 {
809+
display: inline-block;
810+
float: none;
801811
width: 270px;
802812
margin-left: 0;
803813
}
804814
input.span6, textarea.span6, select.span6 {
815+
display: inline-block;
816+
float: none;
805817
width: 330px;
806818
margin-left: 0;
807819
}
808820
input.span7, textarea.span7, select.span7 {
821+
display: inline-block;
822+
float: none;
809823
width: 390px;
810824
margin-left: 0;
811825
}
812826
input.span8, textarea.span8, select.span8 {
827+
display: inline-block;
828+
float: none;
813829
width: 450px;
814830
margin-left: 0;
815831
}
816832
input.span9, textarea.span9, select.span9 {
833+
display: inline-block;
834+
float: none;
817835
width: 510px;
818836
margin-left: 0;
819837
}
820838
input.span10, textarea.span10, select.span10 {
839+
display: inline-block;
840+
float: none;
821841
width: 570px;
822842
margin-left: 0;
823843
}
824844
input.span11, textarea.span11, select.span11 {
845+
display: inline-block;
846+
float: none;
825847
width: 630px;
826848
margin-left: 0;
827849
}
828850
input.span12, textarea.span12, select.span12 {
851+
display: inline-block;
852+
float: none;
829853
width: 690px;
830854
margin-left: 0;
831855
}
832856
input.span13, textarea.span13, select.span13 {
857+
display: inline-block;
858+
float: none;
833859
width: 750px;
834860
margin-left: 0;
835861
}
836862
input.span14, textarea.span14, select.span14 {
863+
display: inline-block;
864+
float: none;
837865
width: 810px;
838866
margin-left: 0;
839867
}
840868
input.span15, textarea.span15, select.span15 {
869+
display: inline-block;
870+
float: none;
841871
width: 870px;
842872
margin-left: 0;
843873
}
844874
input.span16, textarea.span16, select.span16 {
875+
display: inline-block;
876+
float: none;
845877
width: 930px;
846878
margin-left: 0;
847879
}
@@ -926,7 +958,7 @@ textarea[readonly] {
926958
line-height: 18px;
927959
color: #bfbfbf;
928960
text-align: center;
929-
text-shadow: 0 1px 0 #fff;
961+
text-shadow: 0 1px 0 #ffffff;
930962
background-color: #f5f5f5;
931963
border: 1px solid #ccc;
932964
-webkit-border-radius: 3px 0 0 3px;
@@ -1245,7 +1277,7 @@ table .headerSortUp.purple, table .headerSortDown.purple {
12451277
font-weight: 13px;
12461278
line-height: 1;
12471279
padding: 4px 9px;
1248-
color: #fff;
1280+
color: #ffffff;
12491281
color: rgba(255, 255, 255, 0.75);
12501282
border: 1px solid #111;
12511283
-webkit-border-radius: 4px;
@@ -1269,13 +1301,13 @@ table .headerSortUp.purple, table .headerSortDown.purple {
12691301
.topbar input:hover {
12701302
background-color: #bfbfbf;
12711303
background-color: rgba(255, 255, 255, 0.5);
1272-
color: #fff;
1304+
color: #ffffff;
12731305
}
12741306
.topbar input:focus, .topbar input.focused {
12751307
outline: none;
1276-
background-color: #fff;
1308+
background-color: #ffffff;
12771309
color: #404040;
1278-
text-shadow: 0 1px 0 #fff;
1310+
text-shadow: 0 1px 0 #ffffff;
12791311
border: 0;
12801312
padding: 5px 10px;
12811313
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
@@ -1317,7 +1349,7 @@ table .headerSortUp.purple, table .headerSortDown.purple {
13171349
text-decoration: none;
13181350
}
13191351
.topbar div > ul a:hover, .nav a:hover {
1320-
color: #fff;
1352+
color: #ffffff;
13211353
text-decoration: none;
13221354
}
13231355
.topbar div > ul .active > a, .nav .active > a {
@@ -1361,7 +1393,7 @@ table .headerSortUp.purple, table .headerSortDown.purple {
13611393
.nav .menu-dropdown .dropdown-toggle,
13621394
.topbar div > ul .dropdown-menu .dropdown-toggle,
13631395
.nav .dropdown-menu .dropdown-toggle {
1364-
color: #fff;
1396+
color: #ffffff;
13651397
}
13661398
.topbar div > ul .menu-dropdown a.menu.open,
13671399
.nav .menu-dropdown a.menu.open,
@@ -1395,13 +1427,13 @@ table .headerSortUp.purple, table .headerSortDown.purple {
13951427
background-image: -o-linear-gradient(top, #292929, #191919);
13961428
background-image: linear-gradient(top, #292929, #191919);
13971429
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
1398-
color: #fff;
1430+
color: #ffffff;
13991431
}
14001432
.topbar div > ul .menu-dropdown .active a,
14011433
.nav .menu-dropdown .active a,
14021434
.topbar div > ul .dropdown-menu .active a,
14031435
.nav .dropdown-menu .active a {
1404-
color: #fff;
1436+
color: #ffffff;
14051437
}
14061438
.topbar div > ul .menu-dropdown .divider,
14071439
.nav .menu-dropdown .divider,
@@ -1427,14 +1459,14 @@ a.menu:after, .dropdown-toggle:after {
14271459
margin-left: 4px;
14281460
border-left: 4px solid transparent;
14291461
border-right: 4px solid transparent;
1430-
border-top: 4px solid #fff;
1462+
border-top: 4px solid #ffffff;
14311463
filter: alpha(opacity=50);
14321464
-khtml-opacity: 0.5;
14331465
-moz-opacity: 0.5;
14341466
opacity: 0.5;
14351467
}
14361468
.menu-dropdown, .dropdown-menu {
1437-
background-color: #fff;
1469+
background-color: #ffffff;
14381470
float: left;
14391471
display: none;
14401472
position: absolute;
@@ -1471,7 +1503,7 @@ a.menu:after, .dropdown-toggle:after {
14711503
margin: 5px 0;
14721504
overflow: hidden;
14731505
background-color: #eee;
1474-
border-bottom: 1px solid #fff;
1506+
border-bottom: 1px solid #ffffff;
14751507
}
14761508
.topbar .dropdown-menu a, .dropdown-menu a {
14771509
display: block;
@@ -1480,7 +1512,7 @@ a.menu:after, .dropdown-toggle:after {
14801512
font-weight: normal;
14811513
line-height: 18px;
14821514
color: #808080;
1483-
text-shadow: 0 1px 0 #fff;
1515+
text-shadow: 0 1px 0 #ffffff;
14841516
}
14851517
.topbar .dropdown-menu a:hover, .dropdown-menu a:hover {
14861518
background-color: #dddddd;
@@ -1503,7 +1535,7 @@ a.menu:after, .dropdown-toggle:after {
15031535
.dropdown.open .menu,
15041536
.open .dropdown-toggle,
15051537
.dropdown.open .dropdown-toggle {
1506-
color: #fff;
1538+
color: #ffffff;
15071539
background: #ccc;
15081540
background: rgba(0, 0, 0, 0.3);
15091541
}
@@ -1560,7 +1592,7 @@ a.menu:after, .dropdown-toggle:after {
15601592
text-decoration: none;
15611593
}
15621594
.tabs > li.active > a {
1563-
background-color: #fff;
1595+
background-color: #ffffff;
15641596
padding: 0 14px;
15651597
border: 1px solid #ddd;
15661598
border-bottom: 0;
@@ -1587,21 +1619,21 @@ a.menu:after, .dropdown-toggle:after {
15871619
.pills a {
15881620
margin: 5px 3px 5px 0;
15891621
padding: 0 15px;
1590-
text-shadow: 0 1px 1px #fff;
1622+
text-shadow: 0 1px 1px #ffffff;
15911623
line-height: 30px;
15921624
-webkit-border-radius: 15px;
15931625
-moz-border-radius: 15px;
15941626
border-radius: 15px;
15951627
}
15961628
.pills a:hover {
15971629
background: #00438a;
1598-
color: #fff;
1630+
color: #ffffff;
15991631
text-decoration: none;
16001632
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
16011633
}
16021634
.pills .active a {
16031635
background: #0069d6;
1604-
color: #fff;
1636+
color: #ffffff;
16051637
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
16061638
}
16071639
.tab-content > *, .pill-content > * {
@@ -1633,7 +1665,7 @@ a.menu:after, .dropdown-toggle:after {
16331665
}
16341666
.breadcrumb li {
16351667
display: inline;
1636-
text-shadow: 0 1px 0 #fff;
1668+
text-shadow: 0 1px 0 #ffffff;
16371669
}
16381670
.breadcrumb .divider {
16391671
padding: 0 5px;
@@ -1782,7 +1814,7 @@ footer {
17821814
outline: 1px dotted #666;
17831815
}
17841816
.btn.primary {
1785-
color: #fff;
1817+
color: #ffffff;
17861818
background-color: #0064cd;
17871819
background-repeat: repeat-x;
17881820
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
@@ -2007,7 +2039,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
20072039
border-color: rgba(0, 0, 0, 0.15);
20082040
}
20092041
.modal-backdrop {
2010-
background-color: #000;
2042+
background-color: #000000;
20112043
position: fixed;
20122044
top: 0;
20132045
left: 0;
@@ -2146,7 +2178,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
21462178
}
21472179
.twipsy-inner {
21482180
padding: 3px 8px;
2149-
background-color: #000;
2181+
background-color: #000000;
21502182
color: white;
21512183
text-align: center;
21522184
max-width: 200px;

0 commit comments

Comments
 (0)