diff options
Diffstat (limited to 'hg.css')
-rw-r--r-- | hg.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -335,3 +335,12 @@ canvas { left: 0; margin-left: 5px; } + +#warning { + text-align: center; + font-size: 20px; + color: red; + font-weight: bold; + border: 2px solid red; + margin-top: 10px; +} |