mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-12-22 05:32:17 +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 {{
|
||||
background-color: #dbdbdb;
|
||||
}}
|
||||
div#responsibilities p {{
|
||||
margin-bottom: 0px;
|
||||
}}
|
||||
td img, h3 img {{
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
-moz-border-radius: 3px 3px 3px 3px;
|
||||
|
@ -273,6 +276,7 @@
|
|||
-moz-border-radius: 8px 8px 8px 8px;
|
||||
background-color: #ddcece;
|
||||
margin-bottom: 0.2em;
|
||||
margin-top: 0.6em;
|
||||
}}
|
||||
div.button, div#responsibilities div.button {{
|
||||
border-radius: 8px 8px 8px 8px;
|
||||
|
|
Loading…
Reference in a new issue