[html5] r1995 - [e] (0) Fix CSS error.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 4 19:30:54 PDT 2008
Author: ianh
Date: 2008-08-04 19:30:54 -0700 (Mon, 04 Aug 2008)
New Revision: 1995
Modified:
header-whatwg
index
Log:
[e] (0) Fix CSS error.
Modified: header-whatwg
===================================================================
--- header-whatwg 2008-08-05 02:19:26 UTC (rev 1994)
+++ header-whatwg 2008-08-05 02:30:54 UTC (rev 1995)
@@ -12,7 +12,7 @@
.bad { color: gray; }
table.matrix, table.matrix td { border: none; text-align: right; }
table.matrix { margin-left: 2em; }
- #updatesStatus.relevant { position: fixed; top: 1em; left: 1em; padding: 0.5em; font-weight: bold normal sans-serif; width: 40%; height: auto; border: ridge 4px gray; background: #EEEEEE; color: black; }
+ #updatesStatus.relevant { position: fixed; right: 1em; left: 1em; padding: 0.5em; font: bold normal sans-serif; width: 40%; height: auto; border: ridge 4px gray; background: #EEEEEE; color: black; }
</style>
<link rel="stylesheet" href="status.css">
<script src="status.js"></script>
Modified: index
===================================================================
--- index 2008-08-05 02:19:26 UTC (rev 1994)
+++ index 2008-08-05 02:30:54 UTC (rev 1995)
@@ -13,7 +13,7 @@
.bad { color: gray; }
table.matrix, table.matrix td { border: none; text-align: right; }
table.matrix { margin-left: 2em; }
- #updatesStatus.relevant { position: fixed; top: 1em; left: 1em; padding: 0.5em; font-weight: bold normal sans-serif; width: 40%; height: auto; border: ridge 4px gray; background: #EEEEEE; color: black; }
+ #updatesStatus.relevant { position: fixed; right: 1em; left: 1em; padding: 0.5em; font: bold normal sans-serif; width: 40%; height: auto; border: ridge 4px gray; background: #EEEEEE; color: black; }
</style>
<link href=status.css rel=stylesheet>
<script src=status.js></script>
More information about the Commit-Watchers
mailing list