Skip to content

Commit

Permalink
journal css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtseng committed Aug 31, 2015
1 parent bacf0c3 commit 06569fb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion themes/morrissey-solo/htdocs/solo_rehash.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ a:hover {
border-radius: 5px 5px 0 0;
}

.article .generaltitle h3 a, .generaltitle div.title h3 {
.article .generaltitle h3 a, .generaltitle div.title h3, #journalgeneric .title h3 {
color: #EBE2A5;
}

Expand Down Expand Up @@ -197,3 +197,13 @@ fieldset {
#usermenu {
background: none;
}
#journalgeneric .title h3 {
padding: .3em .8em .2em .8em;
}
#journalgeneric .article {
padding-bottom: 15px;
}
#journalgeneric div.intro {
font-family: Verdana, Geneva, "Bitstream Vera Sans", "DejaVu Sans", sans-serif;
font-size: small;
}

0 comments on commit 06569fb

Please sign in to comment.