css refactoring & utf8 meta tag

This commit is contained in:
Dmitriy Zaporozhets 2012-01-26 09:50:11 +02:00
parent b4cc04d7e1
commit 15b1b51524
10 changed files with 147 additions and 136 deletions

View file

@ -1,6 +1,7 @@
!!!
%html
%head
%meta{:charset => "utf-8"}
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
= favicon_link_tag 'favicon.ico'

View file

@ -1,6 +1,7 @@
!!!
%html
%head
%meta{:charset => "utf-8"}
%title
GitLab
= favicon_link_tag 'favicon.ico'

View file

@ -1,6 +1,7 @@
!!!
%html
%head
%meta{:charset => "utf-8"}
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
= favicon_link_tag 'favicon.ico'

View file

@ -1,6 +1,7 @@
!!!
%html
%head
%meta{:charset => "utf-8"}
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
= favicon_link_tag 'favicon.ico'

View file

@ -1,6 +1,7 @@
!!!
%html
%head
%meta{:charset => "utf-8"}
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
= favicon_link_tag 'favicon.ico'