summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorMay <themaymeow@gmail.com>2019-10-29 15:29:39 +0100
committertechknowlogick <techknowlogick@gitea.io>2019-10-29 10:29:39 -0400
commitc0f97f2687aae1ccfa890502b068d58d233b7218 (patch)
treeba087cb64ba416a318a55a8871c0894d8fb378c7 /public/less
parentc4f9d06855ce0faf93b036a5897d85c8b6a2b175 (diff)
downloadgitea-c0f97f2687aae1ccfa890502b068d58d233b7218.tar.gz
gitea-c0f97f2687aae1ccfa890502b068d58d233b7218.zip
add marking to title_wip_desc (#8705)
Signed-off-by: May <themaymeow@gmail.com>
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_repository.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 488f850443..d585eb03a6 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -2456,3 +2456,7 @@ tbody.commit-list {
margin-left: 8px;
padding-left: 8px;
}
+
+.title_wip_desc {
+ margin-top: 1em;
+}