#4728 validated outer OL and added style to remove list disk
authorgreg gay <ggay@ocad.ca>
Tue, 23 Aug 2011 19:37:33 +0000 (19:37 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 23 Aug 2011 19:37:33 +0000 (19:37 -0000)
docs/themes/default/content.tmpl.php
docs/themes/default/styles.css

index f149267..6ff3c3c 100644 (file)
@@ -39,8 +39,8 @@ if ($_SESSION["prefs"]["PREF_SHOW_CONTENTS"] && $this->content_table <> "") {
 <?php if (!empty($this->test_ids)): ?>\r
 <div id="content-test" class="input-form">\r
        <ol>\r
-               <strong><?php echo _AT('tests') . ':' ; ?></strong>\r
-               <li class="top-tool"><?php echo $this->test_message; ?></li>\r
+               \r
+               <li><strong><?php echo _AT('tests') . ':' ; ?></strong>\r
                <ul class="tools">\r
                <?php \r
                        foreach ($this->test_ids as $id => $test_obj){\r
@@ -58,8 +58,7 @@ if ($_SESSION["prefs"]["PREF_SHOW_CONTENTS"] && $this->content_table <> "") {
 if (!empty($this->forum_ids)): ?>\r
 <div id="content-forum" class="input-form">\r
     <ol>\r
-        <strong><?php echo _AT('forums') . ':' ; ?></strong>\r
-        <li class="top-tool"><?php echo $this->forum_message; ?></li>\r
+        <li><strong><?php echo _AT('forums') . ':' ; ?></strong>\r
             <ul class="tools">\r
                 <?php\r
                 foreach ($this->forum_ids as $id => $forum_obj) {\r
index c7c3431..17f9956 100644 (file)
@@ -1320,7 +1320,7 @@ div#content-test ol{
 }
 
 div#content-test ol ul li{
-       list-style: none;
+       list-style-type: none;
        padding: 0px 2px 0px 15px;
        margin-bottom: 1px; 
        line-height: 200%; 
@@ -1328,7 +1328,9 @@ div#content-test ol ul li{
        border-bottom: 1px solid #efefef; 
        border: 1px solid #eeeeff;
 }
-
+div#content-test li{
+       list-style-type: none;
+}
 div#content-forum {    
        float: left;
        margin-top: 2em;
@@ -1340,7 +1342,7 @@ div#content-forum ol{
 }
 
 div#content-forum ol ul li{
-       list-style: none;
+       list-style-type: none;
        padding: 0px 2px 0px 15px;
        margin-bottom: 1px; 
        line-height: 200%; 
@@ -1348,7 +1350,9 @@ div#content-forum ol ul li{
        border-bottom: 1px solid #efefef; 
        border: 1px solid #eeeeff;
 }
-
+div#content-forum li{
+       list-style-type: none;
+}
 
 div#content-info {
        margin: 5pt;