Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/manuel.css
blob: 0fadedaaa37c3c4a9bf6ea83d203d03965bfb7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
html {
   margin: 10px;
   }

table {
   width: 100%;
   }

td {
   width: 33%;
   text-align: center;
   background-color: #bbb;
   }

table a {
   color: white;
   font-weight: 800;
   text-decoration: none;
   }