app/views/layout.erb in clarion-0.2.1 vs app/views/layout.erb in clarion-0.3.0

- old
+ new

@@ -18,15 +18,21 @@ font-size: 14px; } strong { font-weight: bold; } - small { + small, small * { font-size: 12px; } .center { text-align: center; + } + .right { + text-align: right; + } + .text-muted, .text-muted * { + color: #767676; } body { text-align: center; background-color: white;