Mercurial > wikked
diff static/css/wikked.less @ 131:9d22cf4d2412
Massive change that should have been several smaller ones, but whatever:
- URLs are not slugified anymore, just quoted.
- `getPage` now raises an error if the page doesn't exist.
- Fixed the Mercurial SCM provider to be able to commit new files.
- Fixed various issues with meta-pages and new files.
- Better exception classes.
- Configurable default file extension, main page name, and templates folder.
- New CLI command to cache the wiki.
- A few other small fixes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 01 Dec 2013 21:50:29 -0800 |
parents | 13249e5ca51c |
children | d29e2f337b00 |
line wrap: on
line diff
--- a/static/css/wikked.less Wed Nov 27 23:32:45 2013 -0800 +++ b/static/css/wikked.less Sun Dec 01 21:50:29 2013 -0800 @@ -36,7 +36,8 @@ &:hover { color: @colorBlue; text-decoration: underline; } &:active { color: @colorBlue; } } -a.wiki-link.missing { +a.wiki-link.missing, +a.wiki-meta-link.missing { color: @colorOrange; &:hover { color: @colorOrange; text-decoration: underline; } }