Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Remove deprecated logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Feb 28, 2013
1 parent 7a0b515 commit fc5ac82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/custom/_sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
position: relative;
top: -6px;
}
.cnews {
position: relative;
top: 4px;
}

// info sponsors
.info-sponsors-first-line {
Expand All @@ -73,7 +77,7 @@
// star sponsors
.star-sponsors {
.item {
margin-bottom: 20px;
margin-bottom: 25px;
position: relative;
height: 66px;
sup {
Expand Down
8 changes: 4 additions & 4 deletions app/views/layouts/web/shared/_sponsors.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
%img{:src => "/images/logo-weblancer.jpg", :width => 119, :height => 62, :alt => "Weblancer"}
%a{:href => "http://reg.ru/", :target => "_blank"}
%img{:src => "/images/logo-regru.jpg", :width => 174, :height => 62, :alt => "Reg.ru"}
%a{:href => "http://mkechinov.ru/", :target => "_blank"}
%img{:src => "/images/logo-kechinov.jpg", :width => 104, :height => 62, :alt => "Mkechinov"}
%a{:href => "http://www.cnews.ru/", :target => "_blank"}
%img.cnews{:src => "/images/logo-cnews.jpg", :width => 144, :height => 54, :alt => "Cnews"}
-#%a{:href => "http://mkechinov.ru/", :target => "_blank"}
-#%img{:src => "/images/logo-kechinov.jpg", :width => 104, :height => 62, :alt => "Mkechinov"}

.line.info-sponsors-second-line
%a{:href => "http://www.cmsmagazine.ru/", :target => "_blank"}
Expand All @@ -53,8 +55,6 @@
.line.info-sponsors-third-line
%a{:href => "http://hackday.ru/", :target => "_blank"}
%img{:src => "/images/logo-hackday.jpg", :width => 178, :height => 54, :alt => "Hackday"}
%a{:href => "http://www.cnews.ru/", :target => "_blank"}
%img{:src => "/images/logo-cnews.jpg", :width => 144, :height => 54, :alt => "Cnews"}

.right-column
%h4 Спонсоры
Expand Down

0 comments on commit fc5ac82

Please sign in to comment.