mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Improve the editor
This commit is contained in:
parent
4138142368
commit
ce4d6e4b93
20 changed files with 146 additions and 917 deletions
|
|
@ -130,6 +130,17 @@ a:hover {
|
|||
border-bottom: 1px solid #E4E7EE;
|
||||
}
|
||||
|
||||
.tab ul {
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.tab li {
|
||||
display: inline-block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.tab a {
|
||||
background: #E4E7EE;
|
||||
border-radius: 6px 6px 0px 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue