Skip to content
Snippets Groups Projects
Commit 2437ebba authored by e2tha-e's avatar e2tha-e
Browse files

nested comment style updates

parent 270075a2
Branches
Tags
No related merge requests found
......@@ -441,17 +441,11 @@ section[rel="schema:comment"] [property="schema:name"] {
section[rel="schema:comment"] div[property="schema:text"] p {
margin-bottom: 0;
}
section[rel="schema:comment"] article[typeof="schema:Comment"]:last-of-type {
border-bottom: 1px solid #ddd;
}
section[rel="schema:comment"] .indented {
padding-left: 0.75em;
}
section[rel="schema:comment"] .indented article[typeof="schema:Comment"] {
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
}
section[rel="schema:comment"] > .indented {
border-top: 1px solid #ddd;
margin-left: 0.75em;
padding-bottom: 0.5em;
}
@media all and (max-width: 480px) {
section[rel="schema:comment"] article[typeof="schema:Comment"] {
......@@ -462,7 +456,7 @@ section[rel="schema:comment"] > .indented {
}
section[rel="schema:comment"] article[typeof="schema:Comment"] > footer p,
section[rel="schema:comment"] article[typeof="schema:Comment"] > footer a {
max-width: calc(100% - 8.75rem - 0.4rem);
max-width: calc(100% - 8.75rem - 0.8rem);
}
section[rel="schema:comment"] article[typeof="schema:Comment"] > div {
padding-bottom: 0;
......@@ -925,4 +919,9 @@ details {
.skip-link {
display: none;
}
.layout-sidebar-first .views-field-title,
.layout-sidebar-second .views-field-title {
font-size: 1em;
font-weight: normal;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment