Skip to content

Commit

Permalink
added a tiny bit of style to the license
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Oct 17, 2011
1 parent 735b8ab commit f1dd885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
article, footer {
display: block; margin: 1em auto; min-width: 320px; width: 90%;
}
article { display: block; margin: 1em auto; min-width: 320px; width: 90%; border: 1px solid #ddd; padding: 1em; background: #fff; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.5);}
article { display: block; margin: 1em auto; min-width: 320px; width: 90%; border: 1px solid #ccc; padding: 1em; background: #fff; border-radius: 5px; box-shadow: 0 5px 20px rgba(0,0,0,0.25);}
h1 { margin-top: 0; }
p:last-child { margin-bottom: 0; }
footer a { color: #999; font-weight: bold; }
footer a { display: block; text-align: center; color: #999; font-weight: bold; text-shadow: 0 1px 1px #fff; }
footer a:hover, footer a:focus { color: #333; }
</style>
</head>
Expand Down

0 comments on commit f1dd885

Please sign in to comment.