diff options
| author | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
| commit | f3d1b68e3919345c67be06cbd7e7bb61f67ffcbd (patch) | |
| tree | ec9b15cc4f0ceb34a1335592dd6505bfdb6bcfd9 /static/css/dump.common.css | |
| parent | 70d8c1992f97286a63babcf7ebd996ab74ec7eac (diff) | |
organize some images, move css to static/css/, clean up templates, remove junk
Diffstat (limited to 'static/css/dump.common.css')
| -rw-r--r-- | static/css/dump.common.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/dump.common.css b/static/css/dump.common.css new file mode 100644 index 0000000..5399c7d --- /dev/null +++ b/static/css/dump.common.css @@ -0,0 +1,12 @@ +.share-buttons{ +cursor:pointer; +width:100; +} + +.share-button { + opacity: 0.5; +} + +.share-button:hover { + opacity: 1; +}
\ No newline at end of file |
