diff --git a/checkin_notes b/checkin_notes index 7f7e7765f1..6a63a73348 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7914,3 +7914,15 @@ David 08 Nov 2010 error_numbers.h sched/ (most).cpp + +David 08 Nov 2010 + - web: fix "seperator" spelling + + html/ + inc/ + forum.inc + user/ + bolt.css + main.css + style2.css + white.css diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 5de7961a34..5f92c3db27 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -386,7 +386,7 @@ function show_posts( if ($postnumber!=$previous_post+1){ // A number of posts were hidden, display a way to unhide them: // - echo " + echo " Only the first post and the last ".($logged_in_user->prefs->display_wrap_postcount)." posts (of the ".($postcount+1)." posts in this thread) are displayed.
id."&nowrap=true\">Click here to also display the remaining posts. @@ -654,7 +654,7 @@ function show_post( } else { echo ""; } - echo ""; + echo ""; } // Show a post and its context (e.g. for search results, user posts) diff --git a/html/user/bolt.css b/html/user/bolt.css index e5a0ac8ed6..957945b979 100644 --- a/html/user/bolt.css +++ b/html/user/bolt.css @@ -258,9 +258,9 @@ td.postfooter { -webkit-border-radius: 10px 10px 0px 0px; } -tr.helpdeskseperator { height: 10pt; } +tr.helpdeskseparator { height: 10pt; } -tr.postseperator { +tr.postseparator { background-color: #c8c8c8; border: 1px solid #aaaaaa; margin: 4px 0px; diff --git a/html/user/main.css b/html/user/main.css index 075bfb2bef..fad7a67d07 100644 --- a/html/user/main.css +++ b/html/user/main.css @@ -274,11 +274,11 @@ td.postfooter .button { font-size: 12px; } -tr.helpdeskseperator { +tr.helpdeskseparator { height: 10pt; } -tr.postseperator { +tr.postseparator { margin: 4px 0; } diff --git a/html/user/style2.css b/html/user/style2.css index 9ac163582b..38ed07124f 100644 --- a/html/user/style2.css +++ b/html/user/style2.css @@ -263,11 +263,11 @@ td.postfooter{ padding-left: 6px; } -tr.helpdeskseperator{ +tr.helpdeskseparator{ height: 10pt; } -tr.postseperator td{ +tr.postseparator td{ border-top: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; background-color: #D3D3D3; diff --git a/html/user/white.css b/html/user/white.css index 1fffeb67f9..fd61cdc994 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -162,7 +162,7 @@ td.postfooter { color: #333; } -tr.postseperator { +tr.postseparator { background-color: #0069A1; }