source: trunk/template/yoga/layout.css @ 2545

Last change on this file since 2545 was 2091, checked in by rvelices, 17 years ago
  • merge content of layout.css and popuphelp.css (very few lines) into existing css -> faster page loading the first time (avoid 2 http requests)
  • optimized sql for $confdisplay_fromto in category_cats.inc.php
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 402 bytes
Line 
1/* $Id: layout.css 2091 2007-09-13 23:30:46Z rvelices $ */
2
3/* template css */
4@import "menubar.css";
5@import "content.css";
6@import "thumbnails.css";
7@import "picture.css";
8@import "default-layout.css";
9/* Override properties with import local file */
10@import "local-layout.css";
11/* common css */
12@import "../../template-common/default-layout.css";
13/* Override properties with import local file */
14@import "../../template-common/local-layout.css";
15
Note: See TracBrowser for help on using the repository browser.