Commit 3f8f91c9 authored by Nikolay Gromov's avatar Nikolay Gromov

microfix

parent 5dc3414d
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Заголовок</title>
<title>Библиотека блоков</title>
<meta name="description" content="">
@@include('_include/page_head.html')
</head>
......@@ -259,7 +259,7 @@
<button>button</button><br>
<br>
<input type="text" placeholder="input[type=text] disabled" disabled>
<input type="text" placeholder="input[type=text] readonly" readonly>
<input type="text" placeholder="input[type=text] readonly" tabindex="-1" readonly>
</div>
</div>
<input type="file">
......
......@@ -71,7 +71,7 @@
// Формы
// Формы, кнопки
@field-padding-top: 0.375em;
@field-padding-bottom: 0.188em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment