summaryrefslogtreecommitdiff
path: root/site/public/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/assets/style.css')
-rw-r--r--site/public/assets/style.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css
index 535bed4..4f28979 100644
--- a/site/public/assets/style.css
+++ b/site/public/assets/style.css
@@ -853,6 +853,8 @@ nav .sub.active a {
margin: 1em 0;
font-family: 'BellGothic-Bold';
}
+.brady div.aboutcontent { border: 0; }
+.aboutcontenttext { display: none }
.brady div.collabscontent {
border-top: 1px solid black;
}
@@ -1113,16 +1115,28 @@ nav .sub.active a {
.brady {
width: 100%;
}
+ .brady span {
+ font-size: 13px !important;
+ }
.brady div {
width: 100%;
border: 0;
- margin: 1em;
+ margin: 0.5em;
margin-left: 2em;
padding: 0;
+ font-size: 13px !important;
}
.brady > a:nth-child(3) {
margin-right: 0vw;
}
+ .brady span.aboutcontenttext {
+ position: static; bottom: auto; left: auto;
+ opacity: 1;
+ background: transparent;
+ }
+ .aboutcontent { display: block }
+ .aboutcontenttext { display: inline }
+ .aboutcontent img { display: none }
}