mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-18 22:51:37 +00:00
move pi to the left.
This commit is contained in:
parent
f704144288
commit
8260ad0ffd
2 changed files with 11 additions and 8 deletions
|
@ -194,11 +194,14 @@ BODY {
|
|||
|
||||
A#pi {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
right: 1px;
|
||||
top: 0px;
|
||||
right: 4px;
|
||||
|
||||
background: #7f000c;
|
||||
color: #084508;
|
||||
font-size: 14pt;
|
||||
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.smallText {
|
||||
|
|
|
@ -194,14 +194,14 @@ BODY {
|
|||
|
||||
A#pi {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
right: 1px;
|
||||
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
top: 0px;
|
||||
right: 4px;
|
||||
|
||||
background: #737b9c;
|
||||
color: #4b4f66;
|
||||
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.smallText {
|
||||
|
|
Loading…
Reference in a new issue