From 0e10d3d25f31405b1d71314d315d69a749d8d33a Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Aug 16 2018 10:00:48 +0000 Subject: remove custom classes for tabs in PR and create PR pages removes the class for styling the PR tabs and replaces them with bootstrap utility classes. --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index dcfb4e7..bc7b24b 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -188,13 +188,6 @@ z-index:1; /* Added */ -#pr-tabs -{ - border-bottom: 1px solid #ddd; - margin-bottom:1.5em; - margin-top:2em; -} - .commit_message_body { font-family: "Open Sans"; diff --git a/pagure/templates/repo_new_pull_request.html b/pagure/templates/repo_new_pull_request.html index 208897c..f4fbb3f 100644 --- a/pagure/templates/repo_new_pull_request.html +++ b/pagure/templates/repo_new_pull_request.html @@ -223,7 +223,7 @@ {% endif %} -