이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
adrianshort
/
apollo
의 미러
https://github.com/adrianshort/apollo.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
Design and layout improvements
master
Adrian Short
14 년 전
부모
4d24f18aac
커밋
ab08892118
4개의 변경된 파일
과
50개의 추가작업
그리고
9개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+41
-2
app/assets/stylesheets/scaffolds.css.scss
+7
-5
app/views/feeds/index.html.haml
+1
-1
app/views/feeds/show.html.haml
+1
-1
app/views/layouts/application.html.haml
+ 41
- 2
app/assets/stylesheets/scaffolds.css.scss
파일 보기
@@ -5,7 +5,7 @@ body {
font-size: 13px;
line-height: 18px;
width: 800px;
margin:
3
0px auto;
margin:
6
0px auto;
}
p, ol, ul, td {
@@ -18,7 +18,8 @@ pre {
font-size: 11px; }
a {
color: #000;
color: blue;
text-decoration: none;
&:visited {
color: #666; }
&:hover {
@@ -74,4 +75,42 @@ a.button, a.button:visited {
background-color: beige;
padding: 5px 10px;
margin: 10px 0;
border-radius: 20px;
}
.feed_title {
font-size: 2.0em;
}
table {
margin: 40px 0;
}
td {
padding: 0 20px 20px 0;
background-color: #fff;
}
th {
padding: 0 20px 10px 0;
text-align: left;
}
.right {
text-align: right;
}
h1 {
font-size: 3.2em;
font-weight: normal;
margin: 10px 0 40px 0;
}
h2 {
font-size: 2.3em;
font-weight: normal;
}
.logo {
float: right;
}
+ 7
- 5
app/views/feeds/index.html.haml
파일 보기
@@ -4,8 +4,7 @@
%table
%tr
%th Title
%th Feed URL
%th
%th Posts
%th Fetched
%th
@@ -15,9 +14,12 @@
- @feeds.each do |f|
%tr
%td= link_to f.title, f
%td= link_to f.feed_url, f.feed_url
%td= f.posts.size
%td
.feed_title
= link_to f.title, f
%br
=# link_to f.feed_url, f.feed_url
%td.right= f.posts.size
%td
- if f.last_fetched.nil?
never
+ 1
- 1
app/views/feeds/show.html.haml
파일 보기
@@ -24,7 +24,7 @@
%td= link_to p.title, p.url
%td= p.loc['lat']
%td= p.loc['lng']
%td= p.published
%td= p.published
.strftime("%d %b %Y %H:%M")
= link_to 'Edit', edit_feed_path(@feed)
\|
+ 1
- 1
app/views/layouts/application.html.haml
파일 보기
@@ -8,7 +8,7 @@
%body
= link_to(image_tag("TAL_logo_blue-h100.png", :size => "275x100", :alt => "Talk About Local logo"), :root)
= link_to(image_tag("TAL_logo_blue-h100.png", :size => "275x100", :alt => "Talk About Local logo"), :root
, :class => "logo"
)
%p#notice= notice
쓰기
미리보기
불러오는 중...
취소
저장