이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
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 Options
Show Stats
Download Patch File
Download Diff File
+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">
쓰기
미리보기
불러오는 중...
취소
저장