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:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user