mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
DOCS: Add basic styles for tables and resources section to Changeset docs - https://github.com/citizenos/citizenos-fe/issues/535
This commit is contained in:
parent
e483b91916
commit
78ea888cb7
2 changed files with 27 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
body{
|
||||
body {
|
||||
border-top: solid #44b492 5pt;
|
||||
line-height:150%;
|
||||
font-family: 'Quicksand',sans-serif;
|
||||
|
@ -8,28 +8,43 @@ body{
|
|||
padding: 20px;
|
||||
}
|
||||
|
||||
a{
|
||||
a {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
h1{
|
||||
h1 {
|
||||
color: #44b492;
|
||||
line-height:100%;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #44b492;
|
||||
}
|
||||
|
||||
pre{
|
||||
pre {
|
||||
background-color: #e0e0e0;
|
||||
padding:20px;
|
||||
}
|
||||
|
||||
code{
|
||||
code {
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
text-align: left;
|
||||
border: 1px solid gray;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 0.5em;
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue