Styled the tabula rasa buttons

This commit is contained in:
Reda Lemeden
2012-01-25 15:09:45 -05:00
parent e025165010
commit 33b5c87126
2 changed files with 32 additions and 9 deletions

View File

@@ -773,14 +773,14 @@ ul#searchTags {
background: #eab243;
color: yellow; } }
.evenMore {
font-size: 13px;
color: #707070;
padding: 15px 0px 10px 0px;
clear: both;
a {
text-decoration: underline;
color: #1b79bd; } }
// .evenMore {
// font-size: 13px;
// color: #707070;
// padding: 15px 0px 10px 0px;
// clear: both;
// a {
// text-decoration: underline;
// color: #1b79bd; } }
.pager {
margin-top: 10px;

View File

@@ -95,12 +95,35 @@ body.askbot {
}
}
}
.tabula-rasa {
@include border-radius(5px);
background-color: #f6f6f6;
color: #888;
margin: 10px auto;
padding: 20px;
text-align: center;
width: grid-width(5);
&:first-child {
margin-top: 70px;
}
a {
text-decoration: none;
color: #888;
font-weight: bold;
}
}
}
aside {
@extend .sidebar;
width: grid-width(3);
@include box-shadow(inset 1px 0 0 #f6f6f6);
border-left: 1px solid #d3d3d3;
border-right: 1px solid #f6f6f6;
padding: $gw-gutter;
width: grid-width(3);
h2 {
font-size: 16px;