Skip to content
Snippets Groups Projects
Commit e89ef8e3 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-259] Merging test into staging -c1244

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1245 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 354e18c7
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,14 @@ body.fixed #maincontent {min-width: 960px;}
/* Override for unl #maincontent specificity */
ul.links.inline {padding-left: 0 !important;}
/* taxonomy
*********/
.taxonomy-term-description {
box-shadow: 0 1px 3px #999999;
margin: 0 0 20px;
padding: 10px;
}
/* book
*********/
.book-navigation ul {
......@@ -151,9 +159,13 @@ ul.links.inline {padding-left: 0 !important;}
/* .node-teaser
*********/
.node-teaser {
margin-bottom: 5px;
margin-bottom: 10px;
padding: 10px;
}
.node-teaser.node-sticky {
background-color: #E8F4FF !important;
border: 1px solid #E1EAF0;
}
.content > .node-teaser:nth-child(odd),
.views-row-even .node-teaser {
background-color: #f7f7f7;
......@@ -161,6 +173,9 @@ ul.links.inline {padding-left: 0 !important;}
.node-teaser .content {
margin-bottom: 5px;
}
.node-teaser h2, .node-teaser h3, .node-teaser h4, .node-teaser h5, .node-teaser h6 {
padding-top: 0 !important;
}
.node-teaser h2 a, .node-teaser h3 a, .node-teaser h4 a, .node-teaser h5 a, .node-teaser h6 a {
color: #444 !important;
font-size: 18px !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment