moving structure around + more work on builder...
This commit is contained in:
parent
e0e54d9c6c
commit
dc2deb9a1b
47 changed files with 100 additions and 91 deletions
8
bootstrap.css
vendored
8
bootstrap.css
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue