-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Set default js, css and less to new default name #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -888,7 +888,7 @@ footer .ui.language .menu { | |||
} | |||
.install form label { | |||
text-align: right; | |||
width: 320px; | |||
width: 320px !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change here ?
@@ -2,10 +2,10 @@ | |||
padding-top: 45px; | |||
padding-bottom: @footer-margin * 2; | |||
form { | |||
@input-padding: 320px !important; | |||
@input-padding: 320px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
label { | ||
text-align: right; | ||
width: @input-padding; | ||
width: @input-padding !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
Current coverage is 2.18% (diff: 100%)@@ master #53 diff @@
========================================
Files 31 31
Lines 7508 7508
Methods 0 0
Messages 0 0
Branches 0 0
========================================
Hits 164 164
Misses 7327 7327
Partials 17 17
|
* Add bench task * Create tree_entry_test.go * Remove init time * Add TODO information * Add linux repo * Faster implementation of GetCommitsInfo * Start/stop timer * Use benchmark/ directory for benchmark repos
Remove mentions to Gogs on js, css and less files