Fix some application css

pull/693/head
Till Breuer 11 years ago committed by Christian Ratz
parent e523975b5d
commit dc39dcfeca
  1. 4
      app/assets/stylesheets/default/application.css.erb

@ -557,7 +557,7 @@ div.flash {margin-top: 8px;}
div.flash.error a, div.flash.warning a, div.flash.notice a, #errorExplanation a,
div.flash.error a:link, div.flash.warning a:link, div.flash.notice a:link, #errorExplanation a:link,
div.flash.error a:hover, div.flash.warning a:hover, div.flash.notice a:hover, #errorExplanation a:hover {
font: bold bold bold 12px/1.5 arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
font: bold 12px/1.5 arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
color: #333;
text-decoration: none;
cursor: default;
@ -890,7 +890,7 @@ div.wiki img { vertical-align: middle; }
}
#content .mypage-box table {
padding: 10;
padding: 10px;
margin-top: 15px;
margin-bottom: 15px;
}

Loading…
Cancel
Save