diff style-rlg.css @ 72:95bf956bce5a

Improve the layout of some buttons.
author John "Elwin" Edwards <elwin@sdf.org>
date Thu, 21 Jun 2012 16:05:59 -0700
parents fc8cbf20e04c
children b8b7660c0b5d
line wrap: on
line diff
--- a/style-rlg.css	Thu Jun 21 10:46:01 2012 -0700
+++ b/style-rlg.css	Thu Jun 21 16:05:59 2012 -0700
@@ -15,12 +15,17 @@
 div.rfloat {
 	float: right;
 	clear: right;
-	text-align: center;
 	margin: 0.2em;
 	font-size: 1.2em;
 	padding: 0.4em;
 }
 
+div.centerb {
+	margin: 0.2em;
+	padding: 0.4em;
+	text-align: center;
+}
+
 div.formtable {
 	display: table;
 	margin: 1em auto;