diff options
Diffstat (limited to 'public/stylesheets/main.css')
-rw-r--r-- | public/stylesheets/main.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 364a641dd..a0e317926 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -17,7 +17,7 @@ a:link { color: #0000ff; } a:visited { - color: #000099; + color: #551a8b; } a:active { color: #ff0000; @@ -291,6 +291,9 @@ table#list_requests .odd { float: right; width: 60%; } +#show_response_followup { + margin-top: 3em; +} /* / - about page */ |