diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 12:49:59 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 12:49:59 +0200 |
commit | e04e3174c1c38e7587df495c19082a864f2373b2 (patch) | |
tree | d4a53a9b6a1318808f841ccd74195b7ab470d949 /css | |
parent | b4e2151a91eb827bc90a44a906f7a7c40fde95c7 (diff) |
Only propose to add entry if relevant.
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 465a7b1..b4925da 100644 --- a/css/style.css +++ b/css/style.css @@ -176,3 +176,7 @@ div.editform { font-size: 11pt; margin: 10pt; } +.dunno { + font-weight: bolder; + color: #888888; +} |