diff --git a/sass/_askbot-original.scss b/sass/_askbot-original.scss index 34a157ef27..f026c31148 100644 --- a/sass/_askbot-original.scss +++ b/sass/_askbot-original.scss @@ -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; diff --git a/sass/_discussion.scss b/sass/_discussion.scss index 163a3f2306..5ba969063b 100644 --- a/sass/_discussion.scss +++ b/sass/_discussion.scss @@ -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;