mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-01-03 11:22:15 +01:00
Slightly tweaked (and improved) the CSS of the responsibilities module.
This commit is contained in:
parent
171474a501
commit
6c4823aa31
1 changed files with 4 additions and 0 deletions
|
@ -253,6 +253,9 @@
|
||||||
div#responsibilities div.odd {{
|
div#responsibilities div.odd {{
|
||||||
background-color: #dbdbdb;
|
background-color: #dbdbdb;
|
||||||
}}
|
}}
|
||||||
|
div#responsibilities p {{
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}}
|
||||||
td img, h3 img {{
|
td img, h3 img {{
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
-moz-border-radius: 3px 3px 3px 3px;
|
-moz-border-radius: 3px 3px 3px 3px;
|
||||||
|
@ -273,6 +276,7 @@
|
||||||
-moz-border-radius: 8px 8px 8px 8px;
|
-moz-border-radius: 8px 8px 8px 8px;
|
||||||
background-color: #ddcece;
|
background-color: #ddcece;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
|
margin-top: 0.6em;
|
||||||
}}
|
}}
|
||||||
div.button, div#responsibilities div.button {{
|
div.button, div#responsibilities div.button {{
|
||||||
border-radius: 8px 8px 8px 8px;
|
border-radius: 8px 8px 8px 8px;
|
||||||
|
|
Loading…
Reference in a new issue