X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9a4d03375e09279b33ff2530421b4cc69cd817..370f4bf562845a864e425f25bb8279afcb7016c3:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 22b4a4ac0..86a3bb6e4 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1785,3 +1785,26 @@ a.button.submit { width: 100%; height: 100%; } + +/* Rules for rotating sidebar ads */ +.ad-container { + display: block; + height: 120px; + overflow: hidden; + position: relative; + border-bottom: 1px solid #cccccc; +} + +.ads { + width: 370px; + position: absolute; + left: 0%; +} + +.ad { + float: left; + height: 100px; + padding: 10px; + border: 0px; + background: #fff; +}