Tweak stylesheet settings and usee newer media syntax

This commit is contained in:
Marc Alexander
2023-02-13 20:35:43 +01:00
parent 807e06f8a6
commit 552ceb2e49
3 changed files with 46 additions and 11 deletions

View File

@@ -5,17 +5,21 @@
}
a {
display: inline-block;
display: inline;
}
ul {
list-style-type: disc !important;
list-style-type: disc;
}
.portal-navigation{
width: auto;
}
.b3p-post {
margin-bottom: 0;
}
.portal-navigation ul{
list-style-type: none;
margin: 0;
@@ -197,13 +201,26 @@ a.portal-forumtitle {
.portal-poll-subtext {
font-size: 1.0em !important;
width: 10em;
width: 100%;
}
p.portal-side-poll-subtext {
width: 11em;
font-size: 1em;
}
.portal-poll-subtext a {
display: inline-block;
}
.portal-poll-vote {
border-top: none;
}
.portal-poll-side-resultbar {
width: 70% !important;
}
.portal-poll-side-option dt {
width: 30% !important;
}
@@ -223,8 +240,7 @@ a.portal-forumtitle {
.portal-poll-side-checkbox input {
vertical-align: top;
margin-left: 39px;
margin-top: 0;
margin-left: 3px;
}
/**