- In other languages
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold ⇧ Shift while clicking Reload, or press either Ctrl+F5 or Ctrl+R (⌘ Cmd+R on a Mac)
- Google Chrome: Press Ctrl+⇧ Shift+R (⌘ Cmd+⇧ Shift+R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl+F5
- Opera: Clear the cache in Tools → Preferences
#spritedoc {
clear: both;
}
#spritedoc .spritedoc-section {
margin-top: 1em;
}
#spritedoc h3 {
padding-top: 0;
margin-top: 0 !important;
}
#spritedoc .spritedoc-boxes {
display: flex;
flex-wrap: wrap;
padding: 0 0 1px 1px;
margin: 0;
}
#spritedoc .spritedoc-box {
position: relative;
/* Non-flex fallback */
display: table;
display: flex;
align-items: center;
padding: 0.5em;
background: #F9F9F9;
border: 1px solid #CCC;
margin: 0 0 -1px -1px;
}
#spritedoc .spritedoc-image {
display: inline-block;
flex: none;
margin-right: 0.5em;
line-height: 0;
}
#spritedoc .spritedoc-names {
display: inline-block;
vertical-align: middle;
width: 14em;
margin: 0;
list-style: none;
}
#spritedoc .spritedoc-name {
display: flex;
margin: 0;
}
#spritedoc .spritedoc-name > code {
min-width: 0;
border: 0;
border-radius: 0;
padding: 0;
background-color: transparent;
word-wrap: break-word;
}
#spritedoc .spritedoc-name > .spritedoc-deprecated {
background-color: #FFEB9C;
}