summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-10-04 13:59:17 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-10-04 13:59:17 -0700
commitdad96791a8197d4bc824cff706621fe0ee382d3e (patch)
treee886bf599ad72980dc6c8ffbae1b05185b85780e /src
parent5329489a9ec913699668897b321adbedc2e7fcea (diff)
downloadDotNetOpenAuth-dad96791a8197d4bc824cff706621fe0ee382d3e.zip
DotNetOpenAuth-dad96791a8197d4bc824cff706621fe0ee382d3e.tar.gz
DotNetOpenAuth-dad96791a8197d4bc824cff706621fe0ee382d3e.tar.bz2
Added explanatory comment for IE8 CSS hack.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.css b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.css
index 6ef9952..7f00579 100644
--- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.css
+++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.css
@@ -25,7 +25,7 @@
.OpenIdAjaxTextBox .yui-split-button span button
{
font-size: 50%;
- font-size: 60%\9;
+ font-size: 60%\9; /* the \9 is a hack that causes only IE7/8 to use this value. */
line-height: 1;
min-height: 1em;
padding-top: 2px;