1201ba9daa
now, fixed tagcloud, buttons are now 164px instead of 15em (relative measurements are only appropriate with vector graphics) git-svn-id: http://yolanda.mister-muffin.de/svn@350 7eef14d0-6ed0-489d-bf55-20463b2d70db
14 lines
361 B
CSS
Executable file
14 lines
361 B
CSS
Executable file
/*
|
|
Yolanda default stylesheet colors (using tango color palette)
|
|
(c) 2007-2008 Nils Dagsson Moskopp
|
|
|
|
This file is licensed under the WTF Public License
|
|
(License terms: Do what the fuck you want.)
|
|
|
|
Purpose of this file is to import color, decoration and structure stylesheets.
|
|
*/
|
|
|
|
@import "reset.css";
|
|
@import "colors/tango.css";
|
|
@import "structure/fake6.css";
|
|
|