summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2012-02-18 22:02:12 +0100
committerhukl <contact@smyck.org>2012-02-18 22:02:12 +0100
commit99579f95be6deb2d2e4b7de1ba42f082971906b9 (patch)
tree942b20cafcf7aeb6fffccf14115f461c99010017 /public
parent16ffafb4ebbc7118b50a09205666ffafda05ad6b (diff)
show number of gallery images if more than one
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/ccc.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 770c817..a78d3eb 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -29,6 +29,10 @@ pre {
29 overflow: auto; 29 overflow: auto;
30} 30}
31 31
32.right {
33 text-align: right;
34}
35
32/*------------------links-------------------*/ 36/*------------------links-------------------*/
33 37
34a { 38a {