diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-13 03:14:06 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-13 03:14:06 +0300 |
commit | 4203fda906a1b4a104187e54d256e5952d8ae55c (patch) | |
tree | 7fe6bc3f30989b2e0a9381f7ee652836e6672755 /ext/mixed | |
parent | 7ec28bea5422cda4304b660eccdb39d690f74fad (diff) |
rename pos to partOfSpeech
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 65cfd7ac..670930ae 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -92,7 +92,7 @@ hr { background-color: #5cb85c; } -.tag-pos { +.tag-partOfSpeech { background-color: #565656; } |