diff options
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/library/_typography.sass | 2 | ||||
-rw-r--r-- | stylesheets/partials/_twitter.sass | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/stylesheets/library/_typography.sass b/stylesheets/library/_typography.sass index a1b5c631..f5026cfe 100644 --- a/stylesheets/library/_typography.sass +++ b/stylesheets/library/_typography.sass @@ -58,7 +58,7 @@ =typography-defaults(!font_size = !base_font_size) body - line-height= ceil(!font_size * 1.625) + line-height: 1.625em color= !base_font_color p +p-style(!font_size) diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass index baeef5b4..7cac8b3c 100644 --- a/stylesheets/partials/_twitter.sass +++ b/stylesheets/partials/_twitter.sass @@ -1,2 +1,8 @@ #twitter - font-size: 85%
\ No newline at end of file + font-size: 85% + p + +border-radius + padding: 10px 15px + margin-bottom: 15px + background: #eee + line-height: 1.625em
\ No newline at end of file |