Browse Source

Merge pull request #2580 from fnkr/smaller-issue-title

Make issue title smaller
Unknwon 9 years ago
parent
commit
dd7608a36e
3 changed files with 2 additions and 2 deletions
  1. 1 1
      public/css/gogs.css
  2. 0 0
      public/css/gogs.min.css
  3. 1 1
      public/less/_repository.less

+ 1 - 1
public/css/gogs.css

@@ -1304,7 +1304,7 @@ footer .container .links > *:first-child {
 }
 .repository.view.issue .title h1 {
   font-weight: 300;
-  font-size: 3rem;
+  font-size: 2.3rem;
   margin-bottom: 5px;
 }
 .repository.view.issue .title h1 .ui.input {

File diff suppressed because it is too large
+ 0 - 0
public/css/gogs.min.css


+ 1 - 1
public/less/_repository.less

@@ -291,7 +291,7 @@
 			padding-bottom: 0!important;
 			h1 {
 				font-weight: 300;
-				font-size: 3rem;
+				font-size: 2.3rem;
 				margin-bottom: 5px;
 				.ui.input	{
 					font-size: 0.5em;

Some files were not shown because too many files changed in this diff