From 49193bebd283322bb997b7aed09fc7818a881af9 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 28 Sep 2014 01:38:25 -0400 Subject: UI: Confirmation box --- public/ng/css/gogs.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/ng/css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index dbaa3db1..a0be4ee4 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1472,6 +1472,10 @@ The register and sign-in page style font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace; font-size: 14px; } +.no-desc { + color: #888; + font-style: italic; +} #admin-wrapper, #setting-wrapper { padding-bottom: 100px; -- cgit v1.2.3