diff options
author | Marko Pušnik <marko.pusnik@guru.si> | 2015-10-05 15:57:58 +0200 |
---|---|---|
committer | Marko Pušnik <marko.pusnik@guru.si> | 2015-10-05 15:57:58 +0200 |
commit | 4a53a4594018fc6e538c87f7321ffefadc5edbd3 (patch) | |
tree | a03a5f47a73d6cd5bdd900ee693812e61ca8dddd /css/codeq | |
parent | 16e584cc8dc057290e14f829b507fbbef3cdf60f (diff) | |
parent | 1f2158699c43cab53152017f2dd73968bc390311 (diff) |
Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web
Diffstat (limited to 'css/codeq')
-rw-r--r-- | css/codeq/hint.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/css/codeq/hint.css b/css/codeq/hint.css index 676d1aa..6e5fd25 100644 --- a/css/codeq/hint.css +++ b/css/codeq/hint.css @@ -2,14 +2,6 @@ a.hint-static-link { cursor: pointer; } -div.hint-static-group, -div:not(.hint-static-group) > div.hint-static { - border: 1px solid gray; - border-radius: 4px; - margin-bottom: 0.5em; - padding: 0.5em; -} - .hint-static img { max-width: 80%; /* center img trick */ @@ -18,6 +10,14 @@ div:not(.hint-static-group) > div.hint-static { margin-right: auto; } -.hints > :first-child { - font-weight: bold; -}
\ No newline at end of file +.hints > div { + border: 1px solid gray; + border-radius: 4px; + margin-bottom: 0.5em; + margin-top: 0.5em; + padding: 0.5em; +} + +.hints > div:first-child { + border: 2px solid black; +} |