]> WPIA git - gigi.git/blobdiff - static/static/default.css
Fix html conformance for the "explained radio button" forms.
[gigi.git] / static / static / default.css
index bb25762da1ee8acdd4f98b6bbcd3eaa7ce411ecc..3d7224161f44eae017bb4c2d7ba73b58e439c79f 100644 (file)
@@ -568,7 +568,7 @@ td.storyLeft {
        width: 13px;
        margin: 3px;
 }
-.wrapper td.radio div.name{
+.wrapper td.radio span.name{
        font-weight: bold;
        padding-bottom: 4px;
        margin-top: 3px;
@@ -784,3 +784,7 @@ pre{
 .dataTable textarea{
        width: 100%;
 }
+
+pre.string{
+       display: inline;
+}
\ No newline at end of file