| dbd59867 | 07-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary |
| 0bf9967d | 07-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete template file
|
| e5d4768d | 07-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
added tpl_includeFile() to core |
| 51b120f6 | 03-Apr-2012 |
Kiril LastName <neohidra@gmail.com> |
BG: language update |
| 9d421a3d | 26-Mar-2012 |
Erial Krale <erial2@gmail.com> |
Korean language update |
| 42ff6730 | 25-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447)
* removed all occurrences of '-moz-linear-gradient' * added SVG as fallback for Firefox, IE9 a
fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447)
* removed all occurrences of '-moz-linear-gradient' * added SVG as fallback for Firefox, IE9 and other browsers to page background and buttons
show more ...
|
| ea62d531 | 24-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
deleted very old (and unused) images
|
| 5e984c56 | 24-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
added accidentally removed '<?php' back in (was in 57fc5edd) |
| e6014438 | 24-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
wrapped X-UA-Compatible meta tag with conditional comments |
| 3ce88cce | 24-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
added explanation to todo in _forms.css |
| 80cc5b3e | 24-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) |
| 57fc5edd | 23-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
removed a few comments in new template files |
| a4ffa98b | 23-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
updated template.info.txt |
| ee9b1ae4 | 23-Mar-2012 |
Taisuke Shimamoto <dentostar@gmail.com> |
Japanese language update |
| f914ba96 | 23-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
more verbose remote API config setting explanation |
| b967e5fc | 22-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed requires, changed conf check in xmlrpc.php |
| 96946cc9 | 21-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function |
| fdf694b2 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
added mediamanager link to be highlighted when selected |
| 693e3736 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
made print styles more readable and changed media classes to the same as in 3cc7f979e3 |
| 7c5f6a37 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
removed a few unnecessary classes and elements before IDs in styles |
| 3cc7f979 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
made images fit better into the horizontal grid, and reduced side spacing a bit |
| d43eb441 | 11-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Another go at building the pagetool sprite with a script
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 col
Another go at building the pagetool sprite with a script
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
show more ...
|
| 83112a8a | 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Build the pagetools sprite programatically with imagemagick
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
Build the pagetools sprite programatically with imagemagick
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.
show more ...
|
| a4380643 | 10-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
improved footer readability and css |
| 0cec12db | 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
readded footer buttons from the old template
as discussed at https://github.com/splitbrain/dokuwiki/pull/82#r419699 |