Skip to content

Commit

Permalink
Adjust styling for marine debris link blocks. #119
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Glaser committed Aug 21, 2014
1 parent e5d7d75 commit 604a9f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions _site_generated/assets/css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -7625,20 +7625,21 @@ a > div.home-item-cntr:hover {
}
.home-sub-item {
background: white;
background: rgba(252, 252, 252, 0.9);
background: rgba(252, 252, 252, 0.75);
display: block;
max-width: 350px;
padding: 10px;
margin: 10px;
font-family: OpenSans, sans-serif;
color: black;
text-shadow: 1px 1px 10px #ffffff;
text-shadow: 0px 0px 2px #ffffff;
font-weight: bold;
padding-left: 27px;
line-height: 24px;
}
.home-sub-item:hover {
background: #eee;
background: rgba(230, 230, 230, 0.8);
background: rgba(230, 230, 230, 0.9);
cursor: pointer;
color: black;
}
Expand Down
7 changes: 4 additions & 3 deletions site_raw/_includes/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,20 +277,21 @@ a > div.home-item-cntr:hover {
}
.home-sub-item {
background: white;
background: rgba(252, 252, 252, 0.9);
background: rgba(252, 252, 252, 0.75);
display: block;
max-width: 350px;
padding: 10px;
margin: 10px;
font-family: OpenSans, sans-serif;
color: black;
text-shadow: 1px 1px 10px #ffffff;
text-shadow: 0px 0px 2px #ffffff;
font-weight: bold;
padding-left: 27px;
line-height: 24px;
}
.home-sub-item:hover {
background: #eee;
background: rgba(230, 230, 230, 0.8);
background: rgba(230, 230, 230, 0.9);
cursor: pointer;
color: black;
}
Expand Down
7 changes: 4 additions & 3 deletions site_raw/_includes/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -329,20 +329,21 @@ a > div.home-item-cntr:hover {

.home-sub-item {
background: white;
background: rgba(252,252,252,0.9);
background: rgba(252,252,252,0.75);
display:block;
max-width: 350px;
padding: 10px;
margin: 10px;
.use-sans-serif-font();
color: black;
text-shadow: 1px 1px 10px rgba(255, 255, 255, 1);
text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
font-weight: bold;
padding-left: 27px;
line-height: 24px;
}
.home-sub-item:hover {
background: #eee;
background: rgba(230,230,230,0.8);
background: rgba(230,230,230,0.9);
cursor: pointer;
color: black;
}
Expand Down

0 comments on commit 604a9f4

Please sign in to comment.