aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-06-15 20:06:52 +0000
committerz0rglub <z0rglub@piwigo.org>2004-06-15 20:06:52 +0000
commitc4479727220b5e40eea3bbff3c66032e1589a70a (patch)
treea895f0da3d894e32166f4f5eb1cb3439ba65cebd /template
parentc686cea807b94394d3bf34ef0eea696ee7bd2a2d (diff)
new CSS style "span.selected"
git-svn-id: http://piwigo.org/svn/trunk@432 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/default/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/default.css b/template/default/default.css
index 6176bd21e..d5dc70bb7 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -307,3 +307,7 @@ div.information {
margin:10px;
padding:5px;
}
+
+span.selected {
+ font-weight:bold;
+}