diff options
author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-04-06 00:11:03 +0000 |
---|---|---|
committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-04-06 00:11:03 +0000 |
commit | ae08e659b93f0fcf031923e13ca9ee2c5d8f2a10 (patch) | |
tree | efccd11e3abd380d9952d741664358be5903050c /chimere/static/styles.css | |
parent | f6892bffd29924e1f0628fafbbfb4f8f1d6d362e (diff) | |
download | Chimère-ae08e659b93f0fcf031923e13ca9ee2c5d8f2a10.tar.bz2 Chimère-ae08e659b93f0fcf031923e13ca9ee2c5d8f2a10.zip |
Add share possibility on social networks
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@78 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
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; } |