styling of images attached to body

This commit is contained in:
Lloyd Hilaiel 2011-03-30 23:54:30 -06:00
Родитель 509ac444f7
Коммит b9d4f0dc1b
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -58,4 +58,15 @@ a {
strong.sucks {
color: red;
}
body img {
max-width: 200px;
max-height: 200px;
margin: 20px;
float: left;
border: 6px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}