1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

made layout wider to accommodate 80 char content

This commit is contained in:
Jason Long 2012-11-29 07:49:16 -05:00 committed by Haacked
parent 25e402bd89
commit ea82dbf9dd

View File

@ -151,7 +151,7 @@ strong {
#container {
margin: 40px auto;
width: 810px;
width: 900px;
}
#home {
@ -180,6 +180,10 @@ strong {
top: 10px;
}
ul#situations {
width: 800px;
margin: 0 auto;
}
ul#situations li {
width: 240px;
float: left;
@ -270,7 +274,7 @@ table.license tr:nth-child(2n) td {
div.license {
font-size: 15px;
float: left;
width: 570px;
width: 660px;
}
div.license pre {