1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

removed unused callout class

This commit is contained in:
Jason Long 2013-09-26 07:43:15 -04:00
parent 58272d537b
commit 02470e2452

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;