From 6cc635b051e8395aa743d482b18995307f3d33dd Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 20 May 2006 18:13:02 +0000 Subject: [PATCH] r834: Change #clear-spill to .clearspill, and move it from report.css to global.css --- docs/template_changes.txt | 74 +++++++++++++++++++++++++++++++++++++++ templates/global.css | 5 +++ templates/newreport.tpl | 2 +- templates/report.css | 6 ---- templates/search.tpl | 2 +- templates/showreport.tpl | 2 +- 6 files changed, 82 insertions(+), 9 deletions(-) diff --git a/docs/template_changes.txt b/docs/template_changes.txt index 3856066..8e21a1a 100644 --- a/docs/template_changes.txt +++ b/docs/template_changes.txt @@ -17,4 +17,78 @@ Index: templates/showreport.tpl +################################################################### + +################################################################### +newreport.tpl, search.tpl, showreport.tpl, global.css, report.css (renames #clear-spill and makes it a class, not an id): +------------------------------------------------------------------- +Index: templates/newreport.tpl +=================================================================== +--- templates/newreport.tpl (revision 829) ++++ templates/newreport.tpl (working copy) +@@ -103,7 +103,7 @@ + + + +-
++
+ + +
+Index: templates/search.tpl +=================================================================== +--- templates/search.tpl (revision 829) ++++ templates/search.tpl (working copy) +@@ -155,7 +155,7 @@ + +
+ +-
++
+ +
+ +Index: templates/showreport.tpl +=================================================================== +--- templates/showreport.tpl (revision 829) ++++ templates/showreport.tpl (working copy) +@@ -185,7 +185,7 @@ + +
+ +-
++
+ +
+ +Index: templates/global.css +=================================================================== +--- templates/global.css (revision 829) ++++ templates/global.css (working copy) +@@ -141,6 +141,11 @@ + text-align: center; + } + ++.clearspill ++{ ++ clear: both; ++} ++ + /*=====================================================================*\ + || ################################################################### + || # $HeadURL$ +Index: templates/report.css +=================================================================== +--- templates/report.css (revision 829) ++++ templates/report.css (working copy) +@@ -36,12 +36,6 @@ + margin-left: 50%; + } + +-/* if we get overflow, this will block so we don't get spill */ +-#clear-spill +-{ +- clear: both; +-} +- ################################################################### \ No newline at end of file diff --git a/templates/global.css b/templates/global.css index 5e29e94..215cd5d 100644 --- a/templates/global.css +++ b/templates/global.css @@ -141,6 +141,11 @@ a text-align: center; } +.clearspill +{ + clear: both; +} + /*=====================================================================*\ || ################################################################### || # $HeadURL$ diff --git a/templates/newreport.tpl b/templates/newreport.tpl index e91f6fc..2fb834c 100644 --- a/templates/newreport.tpl +++ b/templates/newreport.tpl @@ -103,7 +103,7 @@ $header -
+
diff --git a/templates/report.css b/templates/report.css index 73f081d..88e5378 100644 --- a/templates/report.css +++ b/templates/report.css @@ -36,12 +36,6 @@ margin-left: 50%; } -/* if we get overflow, this will block so we don't get spill */ -#clear-spill -{ - clear: both; -} - /* ################################################################### */ #votes, #yourvote, #votesfifty, #voteshundred diff --git a/templates/search.tpl b/templates/search.tpl index 21723d9..1a5f501 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -155,7 +155,7 @@ $header
-
+
diff --git a/templates/showreport.tpl b/templates/showreport.tpl index c5c6ad7..645278b 100644 --- a/templates/showreport.tpl +++ b/templates/showreport.tpl @@ -185,7 +185,7 @@ $header
-
+

-- 2.22.5