aboutsummaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-07 22:51:36 -0600
committerB Mathis <brandon@imathis.com>2009-11-07 22:51:36 -0600
commitc27f5f8e5a4e35eecadf5c1565ab6e76a5a688e8 (patch)
treedad72f4555fa243214501ce9aa8e2781b981ed10 /stylesheets
parentec09295459cd70127e206f7642eed092f1e0e9a0 (diff)
downloadmy_new_personal_website-c27f5f8e5a4e35eecadf5c1565ab6e76a5a688e8.tar.xz
my_new_personal_website-c27f5f8e5a4e35eecadf5c1565ab6e76a5a688e8.zip
updated twitter style, added metadata
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/partials/_sidebar.sass3
-rw-r--r--stylesheets/partials/_twitter.sass9
2 files changed, 8 insertions, 4 deletions
diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass
index 84da93e3..b9513e26 100644
--- a/stylesheets/partials/_sidebar.sass
+++ b/stylesheets/partials/_sidebar.sass
@@ -4,5 +4,4 @@ h4
margin: 0
.small
+sans-font
- font-size: 50%
- //font-weight: normal \ No newline at end of file
+ font-size: 50% \ No newline at end of file
diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass
index 8752656c..d8f9249e 100644
--- a/stylesheets/partials/_twitter.sass
+++ b/stylesheets/partials/_twitter.sass
@@ -16,8 +16,13 @@
border-bottom: 0
p
padding-bottom: 10px
- .pubdate
+ .meta
color= !light_text
font-size: 80%
display: block
- padding: 8px 0 0 \ No newline at end of file
+ padding: 8px 0 0
+ a
+ color: inherit
+ text-decoration: none
+ &:hover
+ text-decoration: underline \ No newline at end of file