summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki
Commit message (Collapse)AuthorAge
* made images fit better into the horizontal grid, and reduced side spacing a bitAnika Henke2012-03-11
|
* Another go at building the pagetool sprite with a scriptAndreas Gohr2012-03-11
| | | | | | This time PHP and libGD is used so it should work on Windows as well. The image quality is much better this time and the active highlight color is read directly from the template's style.ini
* Build the pagetools sprite programatically with imagemagickAndreas Gohr2012-03-10
| | | | | | This makes it easier to modify or extend the icons in the sprite. Just place the source files in the pagetools directory and run the build script.
* improved footer readability and cssAnika Henke2012-03-10
|
* readded footer buttons from the old templateAndreas Gohr2012-03-10
| | | | as discussed at https://github.com/splitbrain/dokuwiki/pull/82#r419699
* removed left spacing of recent changes list in mobile viewAnika Henke2012-02-23
|
* improved closed item in sitemap for RTL languagesAnika Henke2012-02-23
|
* changed the way RTL styles are addedAnika Henke2012-02-23
| | | | | | | Add rtl.css as *screen* style, but append all RTL styles with [dir=rtl]. That has the advantage that all styles are in the same CSS output, so there are no different requests. Later on all styles in rtl.css should be moved to their respective "parent" css file.
* deleted README file from new templateAnika Henke2012-02-23
|
* deleted another obsolete fileAnika Henke2012-02-23
|
* fixed lists beside floating content (FS#1950)Anika Henke2012-02-23
|
* fixed swipe diff viewAnika Henke2012-02-23
|
* updated RTL styles to latest mobile changesAnika Henke2012-02-23
|
* made styles for .pad and .site divs more specific to avoid interfering with ↵Anika Henke2012-02-23
| | | | the same classes somewhere else within the page
* moved files to template hierarchy for merging with coreAndreas Gohr2012-02-06