dispy code tag style
This commit is contained in:
parent
4bc8ab6e7d
commit
33bafa62aa
1 changed files with 10 additions and 0 deletions
|
@ -548,6 +548,16 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
|||
border: 0px;
|
||||
}
|
||||
|
||||
/**
|
||||
* item text style
|
||||
**/
|
||||
.wall-item-body code {
|
||||
border-color: #CCCCCC;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 1px 10px;
|
||||
display: block;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue