[sword-cvs] swordweb blues.css,1.7,1.8
sword@www.crosswire.org
sword@www.crosswire.org
Wed, 24 Sep 2003 09:29:22 -0700
Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv5676
Modified Files:
blues.css
Log Message:
fixes to parallel view
Index: blues.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/blues.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- blues.css 17 Sep 2003 22:25:10 -0000 1.7
+++ blues.css 24 Sep 2003 16:29:20 -0000 1.8
@@ -164,6 +164,12 @@
list-style-type: square;
}
+#content-sub-1 ul.plain {
+ padding: 0px 0px 0px 10px;
+ margin: 0px 0px 0px 5px;
+ list-style-type:none;
+}
+
/* --- right column ---------- */
@@ -185,6 +191,12 @@
list-style-type: square;
}
+#content-sub-2 ul.plain {
+ padding: 0px 0px 0px 10px;
+ margin: 0px 0px 0px 5px;
+ list-style-type:none;
+}
+
/* --- center column (main content)---------- */
@@ -215,8 +227,8 @@
padding-right: 5px;
}
-#content-main span.versenum{
- vertical-align: text-top;
+#content-main span.versenum {
+ vertical-align:text-top;
font-size: x-small;
margin: 0px 3px 0px 10px;
font-weight: bold;
@@ -225,9 +237,11 @@
#content-main .verse {
margin: 0px 0px 5px 0px;
padding: 0px 5px 0px 5px;
+ vertical-align:text-top;
}
#content-main .currentverse {
+ vertical-align:text-top;
margin: 0px 0px 5px 0px;
background-color: #eeeeee;
border: 1px dotted #dddddd;
@@ -239,7 +253,7 @@
}
#content-main *[dir=rtl] {
- font-family:code2000,code2001,arial unicode ms,arial, sans serif;
+ font-family:code2000,code2001,arial unicode ms,arial,sans serif,serif;
font-size:larger;
}
@@ -250,9 +264,9 @@
width:100%;
}
-#paralleldisplay th {
+#paralleldisplay tr th {
font-weight:bold;
- font-size:smaller;
+ font-size:small;
}
#paralleldisplay td {