mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-14 05:52:55 +00:00
Avoid repetition in menu links
This commit is contained in:
parent
bfbe848c01
commit
f0457da7b6
2 changed files with 17 additions and 16 deletions
|
@ -11,6 +11,10 @@ a {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.noline{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#app {
|
||||
min-height: 80vh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue