removed white line in quotes, cleaned up some markup

This commit is contained in:
Kris Aubuchon 2013-10-22 18:31:40 -04:00
parent 649b3d44a6
commit 0ef064fd93
2 changed files with 8 additions and 48 deletions

View File

@ -8,7 +8,7 @@
html { html {
color: $black; color: $black;
font: #{$base-font-size}/#{$base-line-height} $base-font-family; font: #{$base-font-size}/#{$base-line-height} $base-font-family;
background-color: $base-background-color; background-color: #fff;
overflow-y: scroll; overflow-y: scroll;
-webkit-font-smoothing: subpixel-antialiased; -webkit-font-smoothing: subpixel-antialiased;
} }

View File

@ -1,6 +1,5 @@
@import "common/foundation/variables"; @import "common/foundation/variables";
html {background-color: #fff;}
.container { .container {
@extend .clearfix; @extend .clearfix;
@ -66,13 +65,7 @@ section.post-menu-area, .post-actions {
opacity:1; opacity:1;
} }
} }
}
}
nav.post-controls { nav.post-controls {
padding: 0; padding: 0;
@ -185,22 +178,7 @@ nav.post-controls {
.quote .title {background: #ddd;} .quote .title {background: #ddd;}
blockquote {background: #ddd;} blockquote {background: #ddd;}
&.bottom { margin-top: -11px; &.bottom { margin-top: -11px;}
.reply {
}
}
.topic-body {
}
.topic-meta-data h5 {margin: 5px;} .topic-meta-data h5 {margin: 5px;}
@ -211,25 +189,15 @@ nav.post-controls {
.topic-meta-data {padding-top: 20px;} .topic-meta-data {padding-top: 20px;}
} }
.post-action { .post-action {
.relative-date { .relative-date {
margin-left: 5px; margin-left: 5px;
} }
.avatar {margin-right: 2px;} .avatar { margin-right: 2px; }
} }
a.star { a.star {
display: inline-block; display: inline-block;
float: left; float: left;
@ -244,13 +212,9 @@ a.star {
display: none; display: none;
} }
.topic-summary { .topic-summary {
button {border-radius: 0;} button {border-radius: 0;}
.btn {
}
.topic-links li { .topic-links li {
word-wrap: break-word; word-wrap: break-word;
@ -396,7 +360,6 @@ a.star {
#suggested-topics { #suggested-topics {
clear: left; clear: left;
table { table {
box-shadow: none; box-shadow: none;
border-radius: 0; border-radius: 0;
@ -492,6 +455,7 @@ iframe {
width: 92px; width: 92px;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
padding-top: 25px; padding-top: 25px;
img { text-align: center; } img { text-align: center; }
.contents { .contents {
@ -542,16 +506,13 @@ h1, h2, h3 {margin: 10px 0;}
.deleted { .deleted {
.topic-body { .topic-body {
background-color: lighten(red, 45%); background-color: lighten(red, 45%);
}
} }
}
.moderator { .moderator {
.topic-body { .topic-body {
background-color: lighten(yellow, 45%); background-color: lighten(yellow, 45%);
} }
} }
#share-link { #share-link {
@ -639,7 +600,6 @@ h3 {
blockquote { blockquote {
clear:both;
margin: 0; margin: 0;
padding: 12px; padding: 12px;
} }
@ -729,11 +689,11 @@ blockquote {
width: 720px; width: 720px;
padding: 10px 10px 15px 20px; padding: 10px 10px 15px 20px;
} }
.posts-wrapper { .posts-wrapper {
position: relative; position: relative;
border-bottom: 1px solid #ddd;
} }