mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 13:19:14 -04:00
[docs] Fix assets: Rename doc/_assets to doc/assets
github's jekyll would do some dark magic with '_assets'. We don't want that.
This commit is contained in:
parent
437937c350
commit
f676e90199
3 changed files with 3 additions and 3 deletions
44
doc/assets/style.css
Normal file
44
doc/assets/style.css
Normal file
|
@ -0,0 +1,44 @@
|
|||
body.apidoc {
|
||||
width: 60%;
|
||||
min-width: 10cm;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color: #5a5;
|
||||
padding: 10px;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
a,
|
||||
a:active {
|
||||
color: #272;
|
||||
}
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #050;
|
||||
}
|
||||
|
||||
#apicontent a.mark,
|
||||
#apicontent a.mark:active {
|
||||
float: right;
|
||||
color: #BBB;
|
||||
font-size: 0.7cm;
|
||||
text-decoration: none;
|
||||
}
|
||||
#apicontent a.mark:focus,
|
||||
#apicontent a.mark:hover {
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
#apicontent code {
|
||||
padding: 1px;
|
||||
background-color: #EEE;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #DDD;
|
||||
}
|
||||
#apicontent pre>code {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
padding: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue