[PR #1153] [MERGED] Fix double borders on edit page (#1152) #15789

Closed
opened 2025-11-02 11:54:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1153
Author: @pgaskin
Created: 3/9/2017
Status: Merged
Merged: 3/10/2017
Merged by: @lunny

Base: masterHead: patch-2


📝 Commits (2)

  • d6f992c Fix double borders on edit page (#1152)
  • 464335a Add border modifications to less file

📊 Changes

2 files changed (+24 additions, -2 deletions)

View changed files

📝 public/css/index.css (+12 -1)
📝 public/less/_editor.less (+12 -1)

📄 Description

There is unnecessary double borders around the editors on the edit file view. This applies to both the markdown and the plain text editor. This also makes the editor more consistent with GitHub and the rest of the Gitea UI.

Screenshots

Before my CSS After my CSS
Before my CSS After my CSS

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1153 **Author:** [@pgaskin](https://github.com/pgaskin) **Created:** 3/9/2017 **Status:** ✅ Merged **Merged:** 3/10/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`d6f992c`](https://github.com/go-gitea/gitea/commit/d6f992c22485776671efa4fa8dc7c6ed1fccc269) Fix double borders on edit page (#1152) - [`464335a`](https://github.com/go-gitea/gitea/commit/464335ae93da989593a974e79e7bc612dbfafc18) Add border modifications to less file ### 📊 Changes **2 files changed** (+24 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+12 -1) 📝 `public/less/_editor.less` (+12 -1) </details> ### 📄 Description There is unnecessary double borders around the editors on the edit file view. This applies to both the markdown and the plain text editor. This also makes the editor more consistent with GitHub and the rest of the Gitea UI. ## Screenshots |Before my CSS|After my CSS| |-|-| |![Before my CSS](https://cloud.githubusercontent.com/assets/13909717/23731039/29b40998-0439-11e7-8bea-b1f3c00a7aac.png)|![After my CSS](https://cloud.githubusercontent.com/assets/13909717/23731038/29b23fdc-0439-11e7-8cce-fa5614f34013.png)| --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:54:37 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15789