Fix page node stylesheets
Remove duplicated header and user picture of page author. Change-Id: Iace3d94dd5fcdbf039d3265fe92eba53e8a63ba8
This commit is contained in:
parent
7bb8990481
commit
8e2b3da881
@ -300,6 +300,23 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
.pane-content {
|
||||
a {
|
||||
color: #30739C;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
/* hide user picture and duplicated headline on node page */
|
||||
a.user-picture,
|
||||
.field-name-body h1 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.pane-node-field-resource-links {
|
||||
@extend .clearfix;
|
||||
border-top: 1px dotted #C5E2EA;
|
||||
|
Loading…
x
Reference in New Issue
Block a user