diff options
Diffstat (limited to 'webAO/styles/chatbox/yttd.css')
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index e2f8e4f..f67559c 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -1,15 +1,3 @@ - -#client_chatcontainer { - position: absolute; - bottom: 0; - left: 0; - height: 50%; - width: 100%; - filter: none; - font-family: "DejaVu Sans Mono", "BIZ UDGothic", "Consolas", sans-serif; - text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; -} - .text_white { color: #fff; } @@ -42,7 +30,16 @@ color: #0ff; } - +#client_chatcontainer { + position: absolute; + bottom: 0; + left: 0; + height: 50%; + width: 100%; + filter: none; + font-family: "DejaVu Sans Mono", "BIZ UDGothic", "Consolas", sans-serif; + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; +} #client_name { display: block; |
