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 {
font-family: Consolas, Monaco, Courier, monospace;
font-size: 14px;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid #e9e6e1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 20px;
}
@ -382,7 +384,7 @@ strong {
}
.bullets li {
list-style: disc;
list-style-type: disc;
margin-left: 2em;
}