diff options
Diffstat (limited to 'trunk/trunk/etherpad/src/static/css/pro-help.css')
-rw-r--r-- | trunk/trunk/etherpad/src/static/css/pro-help.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/trunk/trunk/etherpad/src/static/css/pro-help.css b/trunk/trunk/etherpad/src/static/css/pro-help.css new file mode 100644 index 0000000..9237b62 --- /dev/null +++ b/trunk/trunk/etherpad/src/static/css/pro-help.css @@ -0,0 +1,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%; +} + + |