mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
chat: Set timestamp CSS font-size: smaller;
This commit is contained in:
parent
51907015ed
commit
99b7bdd176
1 changed files with 6 additions and 1 deletions
|
@ -98,7 +98,12 @@
|
|||
#chattext .time {
|
||||
float: right;
|
||||
font-style: italic;
|
||||
font-size: .85rem;
|
||||
/*
|
||||
* 'smaller' is relative to the parent element, so if the parent has its own
|
||||
* 'font-size: smaller' rule then the timestamp will become even smaller (as
|
||||
* desired).
|
||||
*/
|
||||
font-size: smaller;
|
||||
opacity: .8;
|
||||
margin-left: 3px;
|
||||
margin-right: 2px;
|
||||
|
|
Loading…
Reference in a new issue