mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-11 09:41:30 -04:00
Added docs as asciidoctor with cross platform support.
This commit is contained in:
parent
1c23a40aea
commit
4ca30166b8
29 changed files with 1401 additions and 860 deletions
|
@ -12,11 +12,27 @@ a {
|
|||
color: #555;
|
||||
}
|
||||
|
||||
h1 {
|
||||
h1,h2 {
|
||||
color: #44b492;
|
||||
line-height:100%;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 48px ;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #44b492;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue