From 2a6c0be7ff3bf0bb68df5935bb6689aa93af3725 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Sun, 14 Jun 2015 21:54:23 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D1=80=D1=83=D0=B3=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D0=B5=20=D1=83=D0=B3=D0=BB=D1=8B=20=D1=83=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавил красивое скругление углов у кнопок --- templates/asuzr/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/asuzr/base.html b/templates/asuzr/base.html index 3652da5..8c2ac26 100644 --- a/templates/asuzr/base.html +++ b/templates/asuzr/base.html @@ -17,6 +17,7 @@ display: inline; /* Отображать как строчный элемент */ margin-right: 5px; /* Отступ слева */ border: 1px solid #000; /* Рамка вокруг текста */ + border-radius: 4px; padding: 3px; /* Поля вокруг текста */ } #user {