mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
css: add img margin-right
[CI SKIP]
This commit is contained in:
parent
286fbc07e9
commit
f2dc0d3115
@ -692,6 +692,9 @@ footer .ui.language .menu {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
.markdown:not(code) img[align=left] {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
.markdown:not(code) .emoji {
|
.markdown:not(code) .emoji {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,7 @@
|
|||||||
.markdown:not(code) {
|
.markdown:not(code) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans,
|
||||||
|
sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.6 !important;
|
line-height: 1.6 !important;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
@ -151,7 +152,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size:1em;color:#777;
|
font-size: 1em;
|
||||||
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 .anchor {
|
h6 .anchor {
|
||||||
@ -269,6 +271,10 @@
|
|||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
&[align=left] {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.emoji {
|
.emoji {
|
||||||
@ -475,7 +481,8 @@
|
|||||||
.csv-data .blob-num {
|
.csv-data .blob-num {
|
||||||
padding: 10px 8px 9px;
|
padding: 10px 8px 9px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background:#fff;border:0;
|
background: #fff;
|
||||||
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.csv-data tr {
|
.csv-data tr {
|
||||||
@ -484,6 +491,7 @@
|
|||||||
|
|
||||||
.csv-data th {
|
.csv-data th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background:#f8f8f8;border-top:0;
|
background: #f8f8f8;
|
||||||
|
border-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user