This commit is contained in:
NN 2013-02-28 18:33:04 -08:00
commit b64c5412c9

View file

@ -125,8 +125,8 @@ p {
.image { .image {
float: left; float: left;
margin-left: 2px; margin-left: 2px;
width: 48px; max-width: 48px;
max-height: 300px; max-height: 48px;
border: 0px solid #f00; border: 0px solid #f00;
border-radius: 8px; border-radius: 8px;
cursor: pointer; cursor: pointer;
@ -366,4 +366,4 @@ a.youtube:before {
iframe { iframe {
max-width: 500px; max-width: 500px;
} }