Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

  1. @charset "UTF-8";
  2. /**
  3. * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
  4. *
  5. * (en) Example of a patch stylesheet for the Internet Explorer
  6. * (de) Beispiel für ein Anpassungs-Stylesheet für den Internet Explorer
  7. *
  8. * @copyright Copyright 2005-2009, Dirk Jesse
  9. * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
  10. * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
  11. * @link http://www.yaml.de
  12. * @package yaml
  13. * @version 3.1
  14. * @revision $Revision: 343 $
  15. * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
  16. */
  17. /* Layout independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- */
  18. @import url(/yaml/core/iehacks.css);
  19. /* Box model adjustments for vlist navigation | Box-Modell-Anpassungen für vlist-Navigation */
  20. /* @import url(/yaml/patches/patch_nav_vlist.css); */
  21. /* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
  22. @media screen, projection
  23. {
  24. /* add your adjustments here | Fügen Sie Ihre Anpassungen hier ein */
  25. }