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

move mega link footer to scaffolding to try it out, fix broken button text shadow, change UL/OL margins back, make li color same as body

This commit is contained in:
Mark Otto
2012-01-05 15:43:07 -08:00
parent 23e5fc2133
commit 621dd13d87
7 changed files with 98 additions and 8 deletions
+1
View File
@@ -13,6 +13,7 @@
&.success:hover,
&.info,
&.info:hover {
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
color: @white
}
// Danger and error appear as red
+2 -2
View File
@@ -74,7 +74,7 @@ h6 {
// Unordered and Ordered lists
ul, ol {
margin: 13px 0 14px 25px;
margin: 0 0 @baseLineHeight / 2 25px;
}
ul ul,
ul ol,
@@ -90,7 +90,7 @@ ol {
}
li {
line-height: @baseLineHeight;
color: @grayDark;
color: @gray;
}
ul.unstyled {
margin-left: 0;