aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_advices/default-layout.css
blob: 35f8801f3eb4650830c4f09306438152c69c1e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.content {
  list-style-type:none; 
  margin: 0 1em 0 14.5em; 
  padding: 0 0 15px 0;
}
.content h2 {
  font-weight: bold; 
  padding-left: 2em;
}
.content h3 {
  text-align: left; 
  padding-left: 3em;
  font-size: 120%;
}
.content table tr td {
  text-align: left; 
  padding-left: 2em; 
}