OSDN Git Service

Replace page_title with page-title. Correct margin for some blocks/layouts
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sat, 13 Jul 2013 05:45:48 +0000 (08:45 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sat, 13 Jul 2013 05:45:48 +0000 (08:45 +0300)
commit36fd4de8251cb265244320e67d3d5a3420712a85
tree21df19b4b6783df1fcd00be0a074e7b0db8139c0
parent8b1d44f789cce12219dbc70890d8a72675b71315
Replace page_title with page-title. Correct margin for some blocks/layouts
87 files changed:
app/assets/stylesheets/common.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/projects.scss
app/assets/stylesheets/sections/votes.scss
app/assets/stylesheets/sections/wiki.scss
app/views/admin/background_jobs/show.html.haml
app/views/admin/groups/edit.html.haml
app/views/admin/groups/index.html.haml
app/views/admin/groups/new.html.haml
app/views/admin/groups/show.html.haml
app/views/admin/projects/index.html.haml
app/views/admin/projects/show.html.haml
app/views/admin/users/edit.html.haml
app/views/admin/users/index.html.haml
app/views/admin/users/new.html.haml
app/views/admin/users/show.html.haml
app/views/dashboard/issues.html.haml
app/views/dashboard/merge_requests.html.haml
app/views/devise/passwords/new.html.haml
app/views/devise/registrations/new.html.haml
app/views/devise/sessions/new.html.haml
app/views/errors/access_denied.html.haml
app/views/errors/encoding.html.haml
app/views/errors/git_not_found.html.haml
app/views/errors/not_found.html.haml
app/views/groups/_filter.html.haml
app/views/groups/issues.html.haml
app/views/groups/merge_requests.html.haml
app/views/help/api.html.haml
app/views/help/index.html.haml
app/views/help/markdown.html.haml
app/views/help/permissions.html.haml
app/views/help/public_access.html.haml
app/views/help/raketasks.html.haml
app/views/help/ssh.html.haml
app/views/help/system_hooks.html.haml
app/views/help/web_hooks.html.haml
app/views/help/workflow.html.haml
app/views/layouts/_page_title.html.haml
app/views/profiles/keys/index.html.haml
app/views/profiles/keys/new.html.haml
app/views/profiles/notifications/show.html.haml
app/views/profiles/show.html.haml
app/views/projects/commit/_commit_box.html.haml
app/views/projects/compare/index.html.haml
app/views/projects/compare/show.html.haml
app/views/projects/deploy_keys/new.html.haml
app/views/projects/deploy_keys/show.html.haml
app/views/projects/graphs/show.html.haml
app/views/projects/issues/_form.html.haml
app/views/projects/issues/index.html.haml
app/views/projects/issues/show.html.haml
app/views/projects/labels/index.html.haml
app/views/projects/merge_requests/edit.html.haml
app/views/projects/merge_requests/index.html.haml
app/views/projects/merge_requests/new.html.haml
app/views/projects/merge_requests/show/_mr_title.html.haml
app/views/projects/milestones/_form.html.haml
app/views/projects/milestones/index.html.haml
app/views/projects/milestones/show.html.haml
app/views/projects/network/_head.html.haml
app/views/projects/services/_form.html.haml
app/views/projects/services/index.html.haml
app/views/projects/show.html.haml
app/views/projects/snippets/_form.html.haml
app/views/projects/snippets/index.html.haml
app/views/projects/snippets/show.html.haml
app/views/projects/team_members/_form.html.haml
app/views/projects/team_members/import.html.haml
app/views/projects/team_members/index.html.haml
app/views/projects/wikis/_form.html.haml
app/views/projects/wikis/_new.html.haml
app/views/projects/wikis/edit.html.haml
app/views/projects/wikis/empty.html.haml
app/views/projects/wikis/git_access.html.haml
app/views/projects/wikis/history.html.haml
app/views/projects/wikis/pages.html.haml
app/views/projects/wikis/show.html.haml
app/views/public/projects/index.html.haml
app/views/snippets/_form.html.haml
app/views/snippets/current_user_index.html.haml
app/views/snippets/index.html.haml
app/views/snippets/show.html.haml
app/views/snippets/user_index.html.haml
app/views/users/show.html.haml