Browse Source

Fix ad placement

pull/998/merge
jlukic 10 years ago
parent
commit
3fe8e84fe2
2 changed files with 2 additions and 2 deletions
  1. 2
      server/files/javascript/semantic.js
  2. 2
      server/files/stylesheets/semantic.css

2
server/files/javascript/semantic.js

@ -581,7 +581,7 @@ semantic.ready = function() {
$(this)
.stop()
.animate({
width: '130px'
width: '135px'
}, 300, function() {
$(this).find('.text').show();
})

2
server/files/stylesheets/semantic.css

@ -425,7 +425,7 @@ body.guide .main.container > * {
border: none;
overflow: hidden;
height: auto;
padding: 6px 8px 15px;
padding: 6px 0px 13px;
}
#example .inverted.advertisement .carbonad-text {
color: rgba(255, 255, 255, 0.6);

Loading…
Cancel
Save