diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 20:44:26 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 20:44:26 +0000 |
commit | a82943776156937430e3c785ce6aebc439f90a45 (patch) | |
tree | 7940550676ad212379c4960819229e5b8cf58cef /doc | |
parent | 03f26b6f09b3582cd8cae7b4cb0dd73a9f4879b2 (diff) |
Use border-style: none; rather than border: 0px; for img.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index fa70530cc..c34d9b2d1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -63,7 +63,7 @@ div.tags { } img { - border: 0px; + border-style: none; } /* Stuff for the RecentChanges table. */ |