Skip to content

Commit

Permalink
[e] (0) Fix CSS error.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1995 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 5, 2008
1 parent bd1d326 commit 1632a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion header-whatwg
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1632a1c

Please sign in to comment.