mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
moving structure around + more work on builder...
This commit is contained in:
Vendored
+4
-4
@@ -6,7 +6,7 @@
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Thu Jan 26 19:09:35 PST 2012
|
||||
* Date: Thu Jan 26 21:48:03 PST 2012
|
||||
*/
|
||||
article,
|
||||
aside,
|
||||
@@ -1066,7 +1066,7 @@ table .span12 {
|
||||
margin-left: 0;
|
||||
}
|
||||
.icon {
|
||||
background-image: url(docs/assets/img/glyphicons-halflings-sprite.png);
|
||||
background-image: url(img/glyphicons-halflings-sprite.png);
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
@@ -1075,7 +1075,7 @@ table .span12 {
|
||||
height: 14px;
|
||||
}
|
||||
.icon.white {
|
||||
background-image: url(docs/assets/img/glyphicons-halflings-sprite-white.png);
|
||||
background-image: url(img/glyphicons-halflings-sprite-white.png);
|
||||
}
|
||||
.icon.glass {
|
||||
background-position: 0 0;
|
||||
@@ -1831,7 +1831,7 @@ table .span12 {
|
||||
.navbar-search .search-query :-moz-placeholder {
|
||||
color: #eeeeee;
|
||||
}
|
||||
.navbar-search .search-query ::-webkit-input-placeholder {
|
||||
.navbar-search .search-query::-webkit-input-placeholder {
|
||||
color: #eeeeee;
|
||||
}
|
||||
.navbar-search .search-query:hover {
|
||||
|
||||
Reference in New Issue
Block a user