| 72fce92a | 13-Sep-2018 |
Michael Große <grosse@cosmocode.de> |
Fix highlights in headline
This reset style broke highlighting in headlines without visible benefit
See #14 |
| 153875ba | 30-Aug-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 28b3de4f | 30-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
Fix styles hiding highlightparent plugin
plugin filename had typo, when z-index: -1 was removed from dokuwiki__content::before side-effects on highlightparent weren't checked |
| ac38b51b | 20-Jul-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 347e7cdd | 07-Jul-2018 |
Michael Große <mic.grosse@googlemail.com> |
improve display of (struct) bureaucracy fields
Bureaucracy handles field width already responsivly |
| c300cc82 | 04-Jun-2018 |
Michael Große <grosse@cosmocode.de> |
Version upped |
| cb434127 | 04-Jun-2018 |
Michael Große <grosse@cosmocode.de> |
Remove unneccesary(?) color definition for the edit area
This caused problems with the WYSIWYG editor which expects to styles of the wiki to apply in the edit-area as well |
| 2673e6cb | 04-Jun-2018 |
Michael Große <grosse@cosmocode.de> |
Apply .dokuwiki class to div below body to better mirror dokwuki template
This may have unintended side-effects, but so far looks good. |
| eab9fb6f | 04-Jun-2018 |
Michael Große <grosse@cosmocode.de> |
type hint must be direcetly in front of hinted variable |
| 5bcaab52 | 12-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3c840831 | 12-May-2018 |
Michael Große <mic.grosse@googlemail.com> |
fix(sidebar): let nested list items in the sidebar have indentation again
Some overzealous aligning removed all indentation from lists in the sidebar. Removing just the left-padding from the top-lev
fix(sidebar): let nested list items in the sidebar have indentation again
Some overzealous aligning removed all indentation from lists in the sidebar. Removing just the left-padding from the top-level ul is enough. Nested ul don't have padding anyway.
show more ...
|
| 877cf06d | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| a31d3c3f | 27-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: Don't start output before last header
Should fix #2 |
| 1f1bcfe4 | 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
Version upped |
| 9038109b | 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: remove non-existing include, add placeholder comment |
| 09a00274 | 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: use new _search.less of DokuWiki template
This breaks compatibility with pre-Greebo releases |
| c4d38278 | 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: remove fabfile - we're no longer auto-deploying
|
| bc5ab4a6 | 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
docs: consolidate READMEs |
| ef954efe | 16-Apr-2018 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
QS: remove unused translations in lang.php |
| 8c8001b6 | 11-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
Fix svg replacement in Greebo+
A recent DokuWiki merge request changed how the style.ini can be accessed: splitbrain/dokuwiki#2241 |
| 7b3c2fe1 | 20-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: actually cache the external svg icons from mdi |
| 2d23527d | 19-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: support all user tools svg icons
These icons will still not be visible, except for the logout icon even with the current master branch. However upon release of DokuWiki Greebo, The fontell
refactor: support all user tools svg icons
These icons will still not be visible, except for the logout icon even with the current master branch. However upon release of DokuWiki Greebo, The fontello css creating the admin, login and register icons can simply be removed and the svg icon should be visible and well formatted.
show more ...
|
| 8b66a7b3 | 19-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
feat: style new user tools logout button
We need to use a button here, because logout changes server state and shut hence be POST request. |
| d23a0779 | 19-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
feat: style site and user tools in sidebar
This uses the BEM methodology as far as possible in order to keep the code as clean and simple as possible. |
| be2951ad | 19-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: drop DokuWiki pagetools CSS
DokuWikis Pagetools CSS changes significantly between Frusterick Manners and Greebo, Since we already have pagetools like in Greebo in this template by default,
refactor: drop DokuWiki pagetools CSS
DokuWikis Pagetools CSS changes significantly between Frusterick Manners and Greebo, Since we already have pagetools like in Greebo in this template by default, it makes sense to use our own styles all the way to reduce duplication and to ensure a consistent look.
This made some more adjustments/simplifications necessary/possible.
show more ...
|