forked from signalapp/Signal-Desktop
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoptions.css
More file actions
41 lines (34 loc) · 1.03 KB
/
Copy pathoptions.css
File metadata and controls
41 lines (34 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
* {
font-family: Ubuntu, Segoe, 'Lucidia Grande', sans-serif;
}
html {
margin: 12px 0 0 100px; }
h1 {
font-size: 30pt;
font-weight: normal;
padding-bottom: 10px;
border-bottom: 1px solid #e0e0e0; }
h2 {
font-size: 12pt;
font-weight: normal; }
.hidden {
display: none; }
#textsecure-icon {
width: 50px;
height: 50px; }
#init-go-single-client {
display:block; }