History log of /dokuwiki/lib/ (Results 2501 – 2525 of 4525)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
57b3442509-Apr-2012 Anika Henke <anika@selfthinker.org>

moved the mobile part of the rtl styles (including @media) into mobile.css

6c47a78c09-Apr-2012 Anika Henke <anika@selfthinker.org>

load only one stylesheet for all modes instead of three

Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles

load only one stylesheet for all modes instead of three

Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything.
Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead!

Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.

show more ...

0607bfee08-Apr-2012 Anika Henke <anika@selfthinker.org>

added some wanting classes

8e38227f08-Apr-2012 Anika Henke <anika@selfthinker.org>

renamed smiley image class to 'icon' (FS#1970)

940db3a308-Apr-2012 Anika Henke <anika@selfthinker.org>

use abbr instead of deprecated acronym

16cc7ed708-Apr-2012 Anika Henke <anika@selfthinker.org>

removed names from footnotes and removed anchors from headings altogether

dbd5986707-Apr-2012 Anika Henke <anika@selfthinker.org>

removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary

0bf9967d07-Apr-2012 Andreas Gohr <andi@splitbrain.org>

removed obsolete template file


e5d4768d07-Apr-2012 Andreas Gohr <andi@splitbrain.org>

added tpl_includeFile() to core

51b120f603-Apr-2012 Kiril LastName <neohidra@gmail.com>

BG: language update

9d421a3d26-Mar-2012 Erial Krale <erial2@gmail.com>

Korean language update

42ff673025-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 ...

ea62d53124-Mar-2012 Anika Henke <anika@selfthinker.org>

deleted very old (and unused) images


5e984c5624-Mar-2012 Anika Henke <anika@selfthinker.org>

added accidentally removed '<?php' back in (was in 57fc5edd)

e601443824-Mar-2012 Anika Henke <anika@selfthinker.org>

wrapped X-UA-Compatible meta tag with conditional comments

3ce88cce24-Mar-2012 Anika Henke <anika@selfthinker.org>

added explanation to todo in _forms.css

80cc5b3e24-Mar-2012 Anika Henke <anika@selfthinker.org>

removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950)

57fc5edd23-Mar-2012 Anika Henke <anika@selfthinker.org>

removed a few comments in new template files

a4ffa98b23-Mar-2012 Anika Henke <anika@selfthinker.org>

updated template.info.txt

ee9b1ae423-Mar-2012 Taisuke Shimamoto <dentostar@gmail.com>

Japanese language update

f914ba9623-Mar-2012 Andreas Gohr <andi@splitbrain.org>

more verbose remote API config setting explanation

b967e5fc22-Mar-2012 Dominik Eckelmann <deckelmann@gmail.com>

removed requires, changed conf check in xmlrpc.php

96946cc921-Mar-2012 Dominik Eckelmann <deckelmann@gmail.com>

replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function

fdf694b211-Mar-2012 Anika Henke <anika@selfthinker.org>

added mediamanager link to be highlighted when selected

693e373611-Mar-2012 Anika Henke <anika@selfthinker.org>

made print styles more readable and changed media classes to the same as in 3cc7f979e3

1...<<101102103104105106107108109110>>...181