Skip to content

Commit

Permalink
Rebuild single CSS file. (see #684)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnga committed Mar 1, 2018
1 parent 4317af5 commit f989404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gobotany/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ table.list th td:first-child { font-family: "Trebuchet MS", Helvetica, Arial, "L
#home #banner { margin: 10px 0 0; position: absolute; }
#home #banner > img { box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.6); display: none; height: 345px; left: 0; position: absolute; top: 0; width: 960px; }
#home #banner img:first-child { display: block; }
#home #banner h2 { color: #519136; font-size: 38px; line-height: normal; margin: 0 0 15px 0; }
#home #banner h2 { color: #519136; font-size: 38px; font-weight: bold; line-height: normal; margin: 0 0 15px 0; }
#home #banner p { margin: 12px 0 0 0; text-align: left; text-shadow: 0px 1px 1px #fff; }

#home #cta { margin: 21px 2px 0; width: 184px; }
Expand Down

0 comments on commit f989404

Please sign in to comment.