Template:NewDeveloperProject/styles.css: Difference between revisions
Appearance
Content deleted Content added
Created page with ".wiki-template-infocard--new_developer_project { margin: 1em 0; vertical-align: top; border-radius: 2px; position: relative; display: inline-block; } .wiki-template-info..." |
Add parent selector |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
.wiki-template-infocard--new_developer_project { |
.wiki-template-infocard--new_developer_project { |
||
margin: 1em 0; |
|||
vertical-align: top; |
vertical-align: top; |
||
border-radius: 2px; |
border-radius: 2px; |
||
| Line 7: | Line 6: | ||
} |
} |
||
.wiki-template-infocard-title { |
.wiki-template-infocard--new_developer_project > .wiki-template-infocard-title { |
||
border-bottom: 1px solid #c9c9c9; |
border-bottom: 1px solid #c9c9c9; |
||
font-size: 1.35em; |
font-size: 1.35em; |
||
font-weight: 700; |
font-weight: 700; |
||
padding-bottom: 0.5625em; |
|||
} |
} |
||