aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-09-23 01:04:41 +0000
committerrvelices <rv-github@modusoptimus.com>2008-09-23 01:04:41 +0000
commitdda9f5db6678ca617aee36c0281d39325db5ef8c (patch)
treeeeb6625a68bbfbd60bb1216cf18ce71f966d795a /template
parentcde8cefaf2f13b8b56f3ac264758f62335ef27f3 (diff)
- removed #debug css rule (why would we need that in default-layout?)
- order by rank is not available in calendar/chronology mode - small non-functional change in functions_search.inc.php (handy for plugin) - unused variables/smaller code/unused params in func call git-svn-id: http://piwigo.org/svn/trunk@2572 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/default-layout.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 29805b4a1..5427271a4 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -273,5 +273,5 @@ TABLE.tagLetterContent {
font-size:80%;
border-collapse : collapse;
}
+
#theHeader {text-align: center;}
-#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;} \ No newline at end of file