mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Cleaning up
Cleaning up the codes.
This commit is contained in:
parent
aea4e6d895
commit
daa3d40c3b
5 changed files with 55 additions and 44 deletions
|
|
@ -316,6 +316,8 @@ table {
|
|||
color:#333333;
|
||||
border: 1px solid #E3E3E3;
|
||||
margin: 1em 0;
|
||||
white-space: pre-wrap;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
table h2.title {
|
||||
|
|
@ -355,6 +357,10 @@ td {
|
|||
border-left:none;
|
||||
}
|
||||
|
||||
table.post-list td a {
|
||||
margin:0 5px;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Menu
|
||||
--------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue