diff options
| author | Rubén Dávila <rdavila84@gmail.com> | 2016-01-20 00:12:46 -0500 |
|---|---|---|
| committer | Rubén Dávila <rdavila84@gmail.com> | 2016-01-20 00:17:21 -0500 |
| commit | 3250a68cad2afc8f1c2a4c53fb699d4dd9972a53 (patch) | |
| tree | 36dbab5beb15f8914ec9b730a3c8531b291b0bbb | |
| parent | e9246148a6f5f61b8eeacb3539df80d390ce1ab7 (diff) | |
| download | gitlab-ce-3250a68cad2afc8f1c2a4c53fb699d4dd9972a53.tar.gz | |
Remove no longer required CSS rule.
| -rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index 93aa61f8049..d3d644329af 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -597,10 +597,6 @@ pre.light-well { .fork-link { float: right; margin-left: $gl-padding; - - a.btn-new { - width: 110px; - } } } } |
