Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-26 01:40:12 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-26 01:40:12 +0400
commit15fa14f1d62520956f6db156062e7125e6d432f1 (patch)
tree6e0faac1f88686acc4726eb1c199f12ca8cca400 /app/assets/stylesheets/application.css
parent16bd018f08f3da0a9e25855cadf5f0064296642f (diff)
get rid off modal window for issue create/edit
Diffstat (limited to 'app/assets/stylesheets/application.css')
-rw-r--r--app/assets/stylesheets/application.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 4387066e02c..73dc9af7fee 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -40,3 +40,6 @@
.prepend-top-10 {
margin-top:10px;
}
+.no-borders {
+ border:none;
+}