diff options
author | corvid <corvid@lavabit.com> | 2011-10-17 21:25:23 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-10-17 21:25:23 +0000 |
commit | 49b7ad0ae0e740ed38ada5db69e3a6f6242a6550 (patch) | |
tree | 99ec6f48e1d28299ce65c0a546ac2ca9693ba633 /src/css.cc | |
parent | c1bd221b58c88cc58715d9ab3d9af493a5b39cb5 (diff) |
typo
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -610,7 +610,7 @@ void CssContext::buildUserAgentStyle () { "th {font-weight: bolder; text-align: center}" "code, tt, pre, samp, kbd {font-family: monospace}" /* WORKAROUND: Reset font properties in tables as some - * some pages rely on it (e.g. gmail). + * pages rely on it (e.g. gmail). * http://developer.mozilla.org/En/Fixing_Table_Inheritance_in_Quirks_Mode * has a detailed description of the issue. */ |