Skip to content

Commit

Permalink
create 1.0 version for amp-sticky-ad extension (ampproject#5923)
Browse files Browse the repository at this point in the history
* add 1.0 folder

* add test

* test fixed by Dima

* fix tests

* fix share-tracking test

added html_format: AMP @powdercloud

new line in test-amp-apester-media

validator fix #2

removed decodeUrl

validator fix: data-apester-media to data-apester-media-id

minor changes to css and loader

refactor(css): change css classes

css

added html_format: AMP @powdercloud

new line in test-amp-apester-media

validator fix #2

removed decodeUrl

validator fix: data-apester-media to data-apester-media-id

refactor(css): change css classes

css
  • Loading branch information
zhouyx authored and Ori Avraham committed Nov 2, 2016
1 parent d5bcdc4 commit 91e54d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/amp-apester-media/0.1/amp-apester-media.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
opacity: 1 !important;
}

.amp-apester-loader {
.amp-apester-loader amp-img {
height: 100px;
width: 100px;
top: 50%;
Expand All @@ -34,7 +34,7 @@
margin-top: -22px;
}

.amp-apester-loader-container {
.amp-apester-loader {
background-color: white;
}

Expand Down

0 comments on commit 91e54d0

Please sign in to comment.