Get rid of modularity gem, Styled 'nothing here' message

This commit is contained in:
Dmitriy Zaporozhets 2012-06-11 08:52:44 +03:00
parent 4a14db9391
commit a6dad85d2f
11 changed files with 41 additions and 31 deletions

View file

@ -403,7 +403,7 @@ form {
margin-bottom: 40px;
@include round-borders-all(4px);
@include shade;
border-color:#ddd;
border-color:#CCC;
ul {
margin:0;
@ -522,3 +522,8 @@ ul.breadcrumb {
}
}
.nothing_here_message {
text-align:center;
padding:20px;
color:#777;
}