Skip to content
  • 当前项目
    • 正在载入...
  • 登录

孙克 / SmdBox

%e6%8c%9a%e9%94%a6%e7%a7%91%e6%8a%80
转到一个项目
切换导航栏
切换导航栏固定状态
  • 项目
  • 群组
  • 代码片段
  • 帮助
  • 项目
  • 活动
  • 版本库
  • 流水线
  • 图表
  • 问题 0
  • 合并请求 0
  • 维基
  • 网络
  • 创建新的问题
  • 作业
  • 提交
  • 问题看板
  • 文件
  • 提交
  • 网络
  • 比较
  • 分支
  • 标签
切换分支/标签
  • SmdBox
  • ..
  • css
  • demo-ie8.css
  • sunke's avatar
    主分支 · 3d5aabd7
    sunke 提交于 2020-03-01 20:51:52 +0800
    3d5aabd7
demo-ie8.css 396 字节
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
@charset "UTF-8";
/*
 * jQuery File Upload Demo CSS Fixes for IE<9 1.0.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.navigation {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.navigation li {
  display: inline;
  margin-right: 10px;
}