# HG changeset patch # User John "Elwin" Edwards # Date 1340319959 25200 # Node ID 95bf956bce5a904aae42d07fcaaf445f2084d97c # Parent fc8cbf20e04ce9275bbebfe5353b40140364e4d1 Improve the layout of some buttons. diff -r fc8cbf20e04c -r 95bf956bce5a index-rlg.html --- a/index-rlg.html Thu Jun 21 10:46:01 2012 -0700 +++ b/index-rlg.html Thu Jun 21 16:05:59 2012 -0700 @@ -115,7 +115,9 @@ -
Messages
+
diff -r fc8cbf20e04c -r 95bf956bce5a style-rlg.css --- 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;