diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-06 22:39:03 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-06 22:39:03 +0200 |
| commit | 91eb1a580f1932d1ac0f40936ef2912afa8637e3 (patch) | |
| tree | 3f04073a31edff180e903ad76be86c199fd5c394 | |
| parent | f96603cdd4d4a9087a0e4a2c9b7796f4c13db0f7 (diff) | |
sass error? color had space in it
| -rw-r--r-- | res/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/style.css b/res/css/style.css index 59361c7c..6ef5bcae 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -390,7 +390,7 @@ body.debug .debug-ui-right { position: fixed; top: 203px; left: 78px; - text-shadow: -1px 1px 8px #E DE275, 1px -1px 8px #EDE275; + text-shadow: -1px 1px 8px #EDE275, 1px -1px 8px #EDE275; font-size: 16px; } .ui-helper-hidden-accessible > div { |
