aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-29 08:27:15 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-29 08:27:15 +0100
commit70eda2c21900f5c487f3ab6e0d3d99abc04d6900 (patch)
tree8ed47ec6f7191c42056d8f4d814c572edcd6622a
parent8668b3eba337a5225edd23d3fc57d8fd45a0f9e0 (diff)
css validated
-rw-r--r--dudle.css4
-rw-r--r--print.css6
2 files changed, 3 insertions, 7 deletions
diff --git a/dudle.css b/dudle.css
index 48fa688..73feb93 100644
--- a/dudle.css
+++ b/dudle.css
@@ -127,7 +127,7 @@ div#tabs ul, p#history{
}
div#tabs ul{
- margin-left 0em;
+ margin-left: 0em;
margin-bottom: 0em;
padding: 0em;
list-style-type: none;
@@ -157,7 +157,7 @@ li.nonactive_tab a:hover {
}
pre#configwarning {
- font-family:Courier New,Courier,monospace;
+ font-family: "Courier New",Courier,monospace;
letter-spacing:0;
margin-top: -12ex;
line-height:95%;
diff --git a/print.css b/print.css
index e872d9c..2e14cc0 100644
--- a/print.css
+++ b/print.css
@@ -5,14 +5,11 @@
*******************************/
-td.ayes, td.bmaybe, td.cno { cursor:default; }
td.ayes, input.choosen { background-color:#0F0; }
td.cno { background-color:#F00; }
td.bmaybe { background-color:#FF0; }
td.undecided { background-color:#DDD;color:#666 }
-label { cursor: pointer; }
-
td.name {
text-align:right;
}
@@ -32,7 +29,6 @@ input.navigation, input.disabled, input.choosen, input.notchoosen {
border-style: solid;
border-color: black;
padding: 0px;
- cursor: pointer;
width: 100%;
height: 100%;
}
@@ -99,7 +95,7 @@ td.date {
pre#configwarning {
- font-family:Courier New,Courier,monospace;
+ font-family:"Courier New",Courier,monospace;
letter-spacing:0;
margin-top: -12ex;
line-height:95%;