mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
Fixes invalid CSS syntax
This commit is contained in:
parent
4b9f2e6d84
commit
8c9452dba9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
.timestamp {
|
||||
float:right
|
||||
float: right;
|
||||
margin: 0 5px 5px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue