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

Update application.css.

* add missing fallback color
* add missing vendor prefixed property for Opera
This commit is contained in:
XhmikosR 2013-12-09 21:06:05 +02:00
parent ccb7a12ef2
commit 14b21d982b

View File

@ -292,11 +292,13 @@ strong {
.license-body pre { .license-body pre {
font-family: Consolas, Monaco, Courier, monospace; font-family: Consolas, Monaco, Courier, monospace;
font-size: 14px; font-size: 14px;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.8);
border: 1px solid #e9e6e1; border: 1px solid #e9e6e1;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
-ms-border-radius: 3px; -ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
padding: 20px; padding: 20px;
} }
@ -382,7 +384,7 @@ strong {
} }
.bullets li { .bullets li {
list-style: disc; list-style-type: disc;
margin-left: 2em; margin-left: 2em;
} }
@ -459,12 +461,12 @@ strong {
/* For modern browsers */ /* For modern browsers */
.cf:before, .cf:before,
.cf:after { .cf:after {
content:""; content: "";
display:table; display: table;
} }
.cf:after { .cf:after {
clear:both; clear: both;
} }
/* For IE 6/7 (trigger hasLayout) */ /* For IE 6/7 (trigger hasLayout) */