diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-09 22:56:48 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-09 22:56:48 +0100 |
commit | c66f45d648982d0aa7f62104d8009cfae7c7ccf7 (patch) | |
tree | 3723277e0e3b81e4fb940fcc6eab407290277fbd /static | |
parent | 8545a15a5d421a8f26d5261a1363ddaac237761d (diff) | |
download | Ishtar-c66f45d648982d0aa7f62104d8009cfae7c7ccf7.tar.bz2 Ishtar-c66f45d648982d0aa7f62104d8009cfae7c7ccf7.zip |
Operation sheet (refs #16)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/media/style.css b/static/media/style.css index 5d00ff793..8aa4ead48 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -343,3 +343,10 @@ table.confirm tr.spacer td:last-child{ margin:0.3em; } +#window p.alert{ + color:#D14; + display:block; + margin-left:1em; + font-style:italic; +} + |