2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

update to use latest version of bootstrap, docs cleanup, etc

This commit is contained in:
Mark Otto
2011-06-27 16:47:12 -07:00
parent b9e28e48a8
commit dd769f9a6e
14 changed files with 600 additions and 347 deletions
+4 -5
View File
@@ -35,10 +35,9 @@ html, body {
}
body {
margin: 0;
.sans-serif(normal,14px,20px);
#font > .sans-serif(normal,14px,20px);
color: @gray;
text-rendering: optimizeLegibility;
.box-shadow(inset 0 1px 0 #fff);
}
// Container (centered, fixed-width layouts)
@@ -68,11 +67,11 @@ div.container-fluid {
// Links
a {
color: @link-color;
color: @linkColor;
text-decoration: none;
line-height: inherit;
&:hover {
color: @link-hover-color;
color: @linkColorHover;
text-decoration: underline;
}
}
@@ -81,7 +80,7 @@ a {
.btn {
.button();
&.primary {
#gradient > .vertical(@blue, @blue-dark);
#gradient > .vertical(@blue, darken(@blue, 15));
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
&:hover {