aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/popuphelp.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-09-13 23:30:46 +0000
committerrvelices <rv-github@modusoptimus.com>2007-09-13 23:30:46 +0000
commit08aa93a93b8fdb94c767bdd118f260f826ad9326 (patch)
tree834118c6c1c5091894e5bd37e5d45a56f1f72482 /template/yoga/popuphelp.css
parent98c804aba2dae42e0f3685990a9f505176102f08 (diff)
- 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 $conf['display_fromto'] in category_cats.inc.php git-svn-id: http://piwigo.org/svn/trunk@2091 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/popuphelp.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/template/yoga/popuphelp.css b/template/yoga/popuphelp.css
deleted file mode 100644
index b61b7952d..000000000
--- a/template/yoga/popuphelp.css
+++ /dev/null
@@ -1,22 +0,0 @@
-BODY#thePopuphelpPage #copyright {
- display: none;
-}
-
-BODY#thePopuphelpPage #theHeader P {
- display: none;
-}
-
-BODY#thePopuphelpPage #content P {
- text-align: justify;
- padding: 0.5em;
-}
-
-BODY#thePopuphelpPage #content OL LI,
-BODY#thePopuphelpPage #content UL LI
-{
- margin-bottom: 0.5em;
-}
-
-BODY#thePopuphelpPage P#pageBottomActions A {
- border: none;
-}