使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
achmizs
/
deus-gaming
关注
1
点赞
0
派生
1
代码
工单
0
合并请求
1
版本发布
0
百科
动态
浏览代码
Added no-hyphens CSS class
master
Said Achmiz
5 年前
父节点
098d77eae1
当前提交
fa1ccf6bde
共有
1 个文件被更改
,包括
6 次插入
和
0 次删除
分列视图
显示文件统计
6
0
assets/css/main.css
+ 6
- 0
assets/css/main.css
查看文件
@@ -324,6 +324,12 @@ hr {
clear: both;
}
.no-hyphens {
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
hyphens: none !important;
}
/*=-----------------=*/
/* Copyright notice. */
/*=-----------------=*/
撰写
预览
正在加载...
取消
保存