Update about.css

This commit is contained in:
Joshua Killen 2020-04-17 15:20:17 +01:00
parent 7831922d4c
commit eb7e01e900
1 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,15 @@ article img {
border: 4px solid #f2f2f2;
}
summary {
list-style-image: none;
cursor: pointer;
}
details[open] summary {
list-style-image: none;
}
.imgLeft {
float: left;
margin-right: 0.4em;
@ -27,7 +36,11 @@ article img {
}
#uniContent:after {
content: "+"
list-style-image: url(../../sitewide_assets/power_red.png);
}
details[open] summary #uniContent:after {
list-style-image: url(../../sitewide_assets/power_green.png);
}
#siteContent {