Fix page node stylesheets

Remove duplicated header and user picture of page author.

Change-Id: Iace3d94dd5fcdbf039d3265fe92eba53e8a63ba8
This commit is contained in:
Marton Kiss 2015-10-07 14:53:56 +01:00
parent 7bb8990481
commit 8e2b3da881
1 changed files with 17 additions and 0 deletions

View File

@ -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;