mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Css floating figure on html edit
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
@@ -55,6 +55,7 @@ body {
|
||||
|
||||
h1, h2, h3 {
|
||||
font-weight: 300;
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
h1 {
|
||||
font-size: 45px;
|
||||
@@ -1142,3 +1143,15 @@ a.headerlink {
|
||||
li.next {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Floating image on code */
|
||||
.figure.align-right img {
|
||||
margin: 0;
|
||||
}
|
||||
.figure.align-right {
|
||||
float: right;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
border: 1px solid #ccc;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user