Skip to content

Commit

Permalink
tiled bg, changed wells
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidkahl committed Mar 15, 2012
1 parent 9bb6248 commit 787476b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Binary file added public/img/bg-tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions public/less/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1763,13 +1763,10 @@ table .span12 {
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
Expand Down Expand Up @@ -2761,7 +2758,7 @@ input[type="submit"].btn.small {
.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 {
Expand Down Expand Up @@ -3682,6 +3679,8 @@ a.thumbnail:hover {
}
body {
padding-top: 60px;
background-image: url(../img/bg-tile.png);
background-repeat: repeat;
}
h1 {
color: #03518a;
Expand Down
2 changes: 2 additions & 0 deletions public/less/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

body {
padding-top: 60px;
background-image: url(../img/bg-tile.png);
background-repeat: repeat;
}

h1 {
Expand Down
4 changes: 2 additions & 2 deletions public/less/wells.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0,0,0,.05);
border: 1px solid rgba(0,0,0,.1);
.border-radius(4px);
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
//.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {
border-color: #ddd;
border-color: rgba(0,0,0,.15);
Expand Down

0 comments on commit 787476b

Please sign in to comment.