# HG changeset patch # User Ludovic Chabant # Date 1412885841 25200 # Node ID 19003fc8cbdd9130105b3ee09e72f1d6c98be7c7 # Parent 35e65cf4d866773c3fca7262fa4a8635152a8f55 Fix UI of the revision page. diff -r 35e65cf4d866 -r 19003fc8cbdd wikked/assets/css/wikked/main.less --- a/wikked/assets/css/wikked/main.less Thu Oct 09 13:16:52 2014 -0700 +++ b/wikked/assets/css/wikked/main.less Thu Oct 09 13:17:21 2014 -0700 @@ -123,6 +123,11 @@ list-style: none outside none; } +.pure-button-warning { + color: #FFF; + background: rgb(223, 117, 20); +} + .wiki-icon { font-weight: bolder; } diff -r 35e65cf4d866 -r 19003fc8cbdd wikked/assets/css/wikked/page.less --- a/wikked/assets/css/wikked/page.less Thu Oct 09 13:16:52 2014 -0700 +++ b/wikked/assets/css/wikked/page.less Thu Oct 09 13:17:21 2014 -0700 @@ -101,3 +101,10 @@ text-align: right; } +// Page history +pre.raw { + font-size: 90%; + color: @code-color; + font-family: Menlo,Monaco,Consolas,"Courier New",monospace; +} + diff -r 35e65cf4d866 -r 19003fc8cbdd wikked/assets/tpl/revision-page.html --- a/wikked/assets/tpl/revision-page.html Thu Oct 09 13:16:52 2014 -0700 +++ b/wikked/assets/tpl/revision-page.html Thu Oct 09 13:17:21 2014 -0700 @@ -4,12 +4,12 @@
Revision: {{disp_rev}}
-
{{text}}
+
{{text}}
- - Revert the page to this revision + +