From cb727d392892ba2b6199a918f320dc6423d74d4c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 18 Jan 2017 19:12:01 +0100 Subject: Start update to PDO instead of old mysql_ functions --- design/style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'design') diff --git a/design/style.css b/design/style.css index 94008f2..7799183 100644 --- a/design/style.css +++ b/design/style.css @@ -115,6 +115,7 @@ body { input, button { border:1px solid black; background: white; + margin: 2px; } } @@ -183,15 +184,19 @@ iframe, textarea { } .small_right { - clear: right; - float: right; + clear: right; + float: right; } -.small_right, .tool_link { +.small_align_right { + text-align: right; +} + +.small_right, .small_align_right, .tool_link { font-size: 0.8em; } -.small_right a, .tool_link { +.small_right a, .small_align_right a, .tool_link { font-style: italic; } -- cgit v1.2.3