diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-19 00:59:37 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-19 00:59:37 -0700 |
commit | cd3e53bbcd676e343f434ef67f0a8db969503187 (patch) | |
tree | f86351b2edfc8916e111962d39bebf8d8835aee4 /css/page.css | |
parent | c5175d4a06c993ff7f42c16178b6d4db49b7387e (diff) | |
download | pathery-cd3e53bbcd676e343f434ef67f0a8db969503187.tar.xz |
minor UI tweak to sign-in.
Diffstat (limited to 'css/page.css')
-rw-r--r-- | css/page.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/page.css b/css/page.css index d396766..97f3882 100644 --- a/css/page.css +++ b/css/page.css @@ -149,7 +149,7 @@ a img {border: none;} /* IE specific: remove outline around image links */ #oid_box {
width:500px;
height:300px;
- background-color:#ccc;
+ background-color:#999;
padding: 5px 15px 5px 15px;
box-shadow: 0 0 4px #888;
border-radius: 10px;
|