minor renovations, beautify round 2 (final)
This commit is contained in:
parent
fad6615c42
commit
8410ce6421
212 changed files with 1981 additions and 1717 deletions
|
@ -22,10 +22,8 @@
|
|||
float: left;
|
||||
padding: 6px;
|
||||
margin: 0 2px;
|
||||
|
||||
border: 1px solid gray;
|
||||
border-radius: 10px;
|
||||
|
||||
cursor: pointer;
|
||||
font-size: 90%;
|
||||
background: #FFF5EE;
|
||||
|
|
|
@ -102,7 +102,7 @@ HTML-разметка и названия CSS-классов должны отр
|
|||
Рассмотрим пример вёрстки "диалогового окна":
|
||||
|
||||
```html
|
||||
<!--+ autorun height=100 -->
|
||||
<!--+ autorun height=100 no-beautify -->
|
||||
<div class="dialog">
|
||||
<h2 class="title">Заголовок</h2>
|
||||
<div class="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue