diff -r 423bdf56d103 -r 98cae534083d client/css/renkan.css --- a/client/css/renkan.css Tue Jun 02 00:39:47 2015 +0200 +++ b/client/css/renkan.css Wed Jun 03 13:16:46 2015 +0200 @@ -366,7 +366,7 @@ font-size: 16px; font-weight: bold; } -.Rk-Editor p, .Rk-Editor-p { +.Rk-Editor p, .Rk-Editor-p, .Rk-Editor-p > div { margin: 5px 0; font-size: 12px; clear: both; } @@ -466,16 +466,16 @@ display: inline-block; } -.Rk-Edit-Size-Up, .Rk-Edit-Size-Down { +.Rk-Edit-Size-Btn { font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc; text-decoration: none; } -.Rk-Edit-Size-Up:hover, .Rk-Edit-Size-Down:hover { +.Rk-Edit-Size-Btn:hover { background: #666666; } -.Rk-Edit-Size-Value { +.Rk-Edit-Size-Disp { display: inline-block; padding: 0 5px; text-align: center;