This commit is contained in:
Dirk Uys 2014-10-08 17:40:23 -05:00
Родитель 01c3ea1345
Коммит 47e0d60c5d
2 изменённых файлов: 2 добавлений и 6 удалений

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

@ -20,6 +20,7 @@
<link rel="apple-touch-icon" href="https://p2pu.org/static/images/apple-touch-icon.png">
<link rel="stylesheet" href="{{ site.baseurl }}/css/p2pustrap-custom.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/css/site.css" />
<link rel="shortcut icon" href="{{ site.baseurl }}/img/favicon.ico">
<script type="text/javascript" src="{{ site.baseurl }}/js/modernizr-2.6.2.min.js"></script>
</head>

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

@ -1,8 +1,3 @@
.profile-picture {
max-width: 100px;
max-height: 100px;
}
.container img {
.content img {
max-width: 100%;
}