diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-02-17 00:18:29 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-02-17 00:18:29 -0500 |
| commit | b13221d3d3c98912e130c33c725d7274cda5b27d (patch) | |
| tree | 11a4555f067696cbc10ab0854ab92c583a8365c1 /dash/css/dash.css | |
| parent | 4f12fecebcd3f2a5bc6a0e7cdf9c420af4ed435a (diff) | |
| download | bulletin-b13221d3d3c98912e130c33c725d7274cda5b27d.tar.gz | |
Restyled a lil
Diffstat (limited to 'dash/css/dash.css')
| -rw-r--r-- | dash/css/dash.css | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index f5df815..4bc22a2 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -181,6 +181,14 @@ body { #fjheader p, #fjheader h3 { margin: 0; } +h3 a, h4 a { + color: #000000 !important; + text-decoration: none; +} +h3 a:hover, h4 a:hover { + color: #000000 !important; + text-decoration: none; +} #fjbody { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; @@ -197,18 +205,22 @@ body { } #fjfleft { float: left; - margin-right: 1em; + margin-right: 0.5em; } #fjfleft img { - margin-bottom: 1em; + margin-bottom: 0.5em; width: 192px; height: 192px; } #fjfleft p { margin: 0; - font-size: 16pt; + font-size: 14pt; text-align: center; } +#ename a, #ename a:hover { + color: #000000 !important; + font-weight: bold; +} #fjfright { text-align: center; } |
