You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
you should not have an tag in your notice output for the type of notice... this is equivalent to the bullets in an unordered list! It's purely a style of the notice! This also simplifies the adding of the image... as you can force the convention of the css and img folders being next to each other and use relative paths
.error images will always be ../img/error.png (or whatever convention you want to set)
The text was updated successfully, but these errors were encountered:
I'm certainly not opposed to either of the images being a part of the CSS. It definitely cleans up the HTML. I don't remember why I didn't do it like this to begin with. It's possible there was a reason... but, I certainly don't remember what it would be.
I made the change in a bugfix branch for now... I would love a code(css) review on this from one of you guys with more css knowledge (that's probably all 3 of you, jeremy, alan, and david)
it would seem that if the image is missing, the close button basically becomes invisible... but with the media no longer being a config you need to worry about because of the relative paths, then I don't think this is a big issue... am I correct?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
you should not have an tag in your notice output for the type of notice... this is equivalent to the bullets in an unordered list! It's purely a style of the notice! This also simplifies the adding of the image... as you can force the convention of the css and img folders being next to each other and use relative paths
.error images will always be ../img/error.png (or whatever convention you want to set)
The text was updated successfully, but these errors were encountered: