1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-02 16:39:13 +02:00

Merge pull request #94 from github/remove-callout-class

Remove unused callout class
This commit is contained in:
Jason Long 2013-09-26 04:55:05 -07:00
commit a75d9e1b0f

View File

@ -226,17 +226,6 @@ strong {
margin-top: 20px;
}
.callout {
background-color: rgba(255, 255, 255, 0.33);
border: solid 1px #e9e6e1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
color: #5c5855;
padding: 16px;
}
.license-rules {
font-size: 13px;
line-height: 1.3;