瀏覽代碼

Fix missing generic font family (#32890).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19474 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Go MAEDA 4 年之前
父節點
當前提交
9d81d56d81
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      public/stylesheets/responsive.css

+ 1
- 1
public/stylesheets/responsive.css 查看文件

@@ -261,7 +261,7 @@

/* search magnifier icon */
.search-magnifier {
font-family: Verdana;
font-family: Verdana, sans-serif;
color: #bbb;

cursor: pointer;

Loading…
取消
儲存