Skip to content

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

Closed
wants to merge 1 commit into from
Closed

Set default js, css and less to new default name #53

wants to merge 1 commit into from

Conversation

joubertredrat
Copy link
Contributor

Remove mentions to Gogs on js, css and less files

@@ -888,7 +888,7 @@ footer .ui.language .menu {
}
.install form label {
text-align: right;
width: 320px;
width: 320px !important;
Copy link
Member

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;
Copy link
Member

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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

@codecov-io
Copy link

codecov-io commented Nov 3, 2016

Current coverage is 2.18% (diff: 100%)

Merging #53 into master will not change coverage

@@            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          

Powered by Codecov. Last update 137dcbf...3c77472

@xinity xinity added the type/enhancement An improvement of existing functionality label Nov 3, 2016
@joubertredrat
Copy link
Contributor Author

@strk When I generate css from original less, this line is generated without !important and because this, is crashing install layout.

I can review this again

@xinity xinity added this to the 1.0.0 milestone Nov 3, 2016
@joubertredrat joubertredrat deleted the changes-less-css branch November 3, 2016 18:32
@tboerger tboerger added invalid and removed type/enhancement An improvement of existing functionality labels Nov 3, 2016
@tboerger tboerger removed this from the 1.0.0 milestone Nov 3, 2016
lunny pushed a commit to lunny/gitea that referenced this pull request Feb 7, 2019
* 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
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
@delvh delvh added issue/not-a-bug The reported issue is the intended behavior or the problem is not inside Gitea and removed reviewed/invalid labels Oct 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/not-a-bug The reported issue is the intended behavior or the problem is not inside Gitea
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants