Browse Source

Merge branch 'master' of github.com:ant-design/ant-design

pull/6/head
罗宪 10 years ago
parent
commit
30fef16aa9
  1. 5
      static/style.css
  2. 4
      theme/templates/layout.html

5
static/style.css

@ -136,7 +136,7 @@ header {
float: left;
height: 46px;
line-height: 46px;
margin: 17px 30px;
margin: 17px 45px;
transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
text-transform: uppercase;
font-size: 18px;
@ -146,6 +146,7 @@ header {
.logo img {
float: left;
margin-top: -7px;
}
.search {
@ -160,7 +161,7 @@ header {
.search input[type="text"] {
border: transparent;
outline: none;
width: 150px;
width: 160px;
height: 22px;
padding: 0 0 0 20px;
color: #999;

4
theme/templates/layout.html

@ -18,10 +18,10 @@
<script src="https://t.alipayobjects.com/images/T12TdfXlpbXXXXXXXX.js"></script>
<script src="/static/script.js"></script>
</head>
<body style="{%- if post.filepath === 'README.md' %}background: #fff;{%- endif %}">
<body>
<header id="header">
<a class="logo" href="/">
<img width="60" style="margin-top: -7px" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg">
<img width="60" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg">
{{ config.site.name }}
</a>
<div class="search">

Loading…
Cancel
Save