mirror of
https://github.com/torproject/webwml.git
synced 2024-11-27 11:40:21 +00:00
increase the space for the .onion in the footer, increase the font size
to something more readable for 90% of the world.
This commit is contained in:
parent
b2bc4ac3aa
commit
0c2319fa3d
@ -508,7 +508,8 @@ select#lang {
|
||||
/* FOOTER ------------*/
|
||||
|
||||
#footer {
|
||||
width: 960px;
|
||||
/* width: 960px; original */
|
||||
width: 1024px;
|
||||
height: 200px;
|
||||
border-top: 1px solid #ddd;
|
||||
padding: 20px 0;
|
||||
@ -517,7 +518,8 @@ select#lang {
|
||||
|
||||
.onion {
|
||||
float: left;
|
||||
width: 78px;
|
||||
/* width: 78px; original */
|
||||
width: 88px;
|
||||
padding-right: 20px;
|
||||
height: 100%;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
body {
|
||||
font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
|
||||
font-size: 9pt;
|
||||
font-size: 10pt;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user