summaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/pro-help.css
blob: 9237b62e198f3a414630b42c88c2e630d17d091f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
h1 {
  font-size: 1.33em;
  color: #555;
  border-bottom: 1px solid #888;
}

h2 {
  font-size: 1.1em;
  color: #333;
  border-bottom: 1px solid #888;
}

div.pro-help {
  font-size: 88%;
  width: 66%;
}