From 1cfef832b25ec762f59a2a73615b8ca170d51cb4 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 8 Nov 2011 15:47:39 +0000 Subject: [PATCH] UI - Changed Logged in colour --- css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index b38c2428..e078ff27 100644 --- a/css/main.css +++ b/css/main.css @@ -14,4 +14,6 @@ table .title { font-weight: bold; color: #439BF6; } .input_time { width: 55px !important; } .band { width: 80px; } .mode { width: 80px; } -#callsign { text-transform: uppercase; } \ No newline at end of file +#callsign { text-transform: uppercase; } + +.pull-right { color: #fff; } \ No newline at end of file