使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
ben
/
bitshift
镜像自地址
https://github.com/earwig/bitshift
关注
1
点赞
1
派生
0
代码
版本发布
1
动态
浏览代码
Add a text logo.
tags/v1.0^2
Ben Kurtovic
10 年前
父节点
9b2346c86b
当前提交
b4019a4b5b
共有
2 个文件被更改
,包括
12 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+11
-1
static/sass/index.sass
+1
-1
templates/index.html
+ 11
- 1
static/sass/index.sass
查看文件
@@ -19,10 +19,20 @@ div#search-field
width: 34%
#title
font-size:
3
em
font-size:
4
em
padding-bottom: 0.5em
text-align: center
#title-bit
color: $baseColor1
#title-angle
color: $baseColor3
#title-shift
color: $baseColor2
font-style: italic
form input[type="text"]
border: 1px solid $baseColor1
font-size: 1.1em
+ 1
- 1
templates/index.html
查看文件
@@ -12,7 +12,7 @@
= block body
<div id="search-field">
<div id="title">
We shift mad bits.
<span id="title-bit">bit</span><span id="title-angle">«</span><span id="title-shift">shift</span>
</div>
<form id="search-bar">
<input type="text">
撰写
预览
正在加载...
取消
保存