diff options
| author | hallgren <hallgren@chalmers.se> | 2012-02-29 17:37:13 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-02-29 17:37:13 +0000 |
| commit | b727e676b41b9a1e94c7326acf0a1efb70808f0a (patch) | |
| tree | cc56e6032bfeb24172a4400708acd565cfcaf003 /src/www/gfse/editor.css | |
| parent | 01404e579cef2ee99ffbe9de4e5045aa5150c73e (diff) | |
gfse & minibar: minor style adjustments
Diffstat (limited to 'src/www/gfse/editor.css')
| -rw-r--r-- | src/www/gfse/editor.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index 2c930d849..28712e500 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -1,6 +1,8 @@ body { color: black; background: #eee; } h1 { font-size: 175%; } -h1,h2,h3,h4,small { font-family: sans-serif; } +h1,h2,h3,h4,small { font-family: sans-serif;} +h1,h2,h3,h4 { color: #303030; text-shadow: rgba(0,0,0,0.25) 3px 3px 5px; } + h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; } #editor { |
