diff options
Diffstat (limited to 'chimere/static/styles.css')
-rw-r--r-- | chimere/static/styles.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chimere/static/styles.css b/chimere/static/styles.css index 8094bba..e6618b8 100644 --- a/chimere/static/styles.css +++ b/chimere/static/styles.css @@ -232,6 +232,28 @@ height:90%; width:280px; } +ul#share{ +list-style-type:none; +margin:0; +padding:0; +} + +ul#share li{ +display:inline; +line-height:22px; +vertical-align: bottom; +} + +#share a{ +text-decoration:None; +} + +#share img{ +border:None; +width:22px; +height:22px; +} + #welcome h2{ padding:10px 0; } |