diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-02-20 11:22:34 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-02-20 11:22:34 +0100 |
| commit | 2532db2ce6b4799c4beaad3ebddf7ac6750fa149 (patch) | |
| tree | 5f08d3b05ea238a4ac1bad9d5c6a544c17d65dbc /htroot/env/base.css | |
| parent | ac1443731694dcaafedadf53b69abf728cb6f061 (diff) | |
Vocabulary editor : use accessible labels and CSS for elements position
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index c92eee974..9134a5168 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -1128,6 +1128,14 @@ div#tagcloud { /******* yacysearchtrailer.html end ***********/ +/******* Vocabulary_p.html **********/ + +#Vocabulary_p label { + font-weight: bold; +} + +/******* Vocabulary_p.html end ***********/ + /************* header.template ****************/ /* Specific styles for the header template */ |
