projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad48a97
)
BUGFIX: fixed some CSS issues for IE
author
Arun Persaud
<arun@nubati.net>
Wed, 19 Dec 2007 20:52:13 +0000
(21:52 +0100)
committer
Arun Persaud
<arun@nubati.net>
Wed, 19 Dec 2007 20:52:13 +0000
(21:52 +0100)
never tried out IE before ;) fixed some small things, so that it looks a bit nicer on IE
css/standard.css
patch
|
blob
|
history
diff --git
a/css/standard.css
b/css/standard.css
index d536394e7b10bea4985b0a12ce140386e8364649..b9a265f6ec8270487b0ebff8595d052d25dc9ebf 100644
(file)
--- a/
css/standard.css
+++ b/
css/standard.css
@@
-89,7
+89,7
@@
div.table {
height:35em;
margin:0;
padding:0;
-/
/ border: 3px solid blue;
+/
* border: 3px solid blue; */
top: 8.2em;
text-align:center;
}
@@
-159,9
+159,10
@@
ul.tricks li div.trick {
width:100%;
height:35em;
top:1.2em;
+ left: 0;
margin:0;
padding:0;
-/
/ border: 2px solid red;
+/
* border: 2px solid red;*/
display:block;
}
ul.tricks li div.trick {