mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fixed a couple typos in arch.css
Signed-off-by: Thayer Williams <thayerw@gmail.com>
This commit is contained in:
parent
a9ea2bd89d
commit
11f7c682db
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ body {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50;
|
top: 50px;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
}
|
}
|
||||||
#lang_sub ul {
|
#lang_sub ul {
|
||||||
|
@ -76,7 +76,7 @@ body {
|
||||||
#lang_sub ul li {
|
#lang_sub ul li {
|
||||||
display: block;
|
display: block;
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 0 3px;
|
margin: 0 3px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue