Commit a5964b07 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

add static sizes for images so tooltips get right size on load

parent 68865002
Showing with 7 additions and 0 deletions
+7 -0
...@@ -312,6 +312,13 @@ img.large-bird { ...@@ -312,6 +312,13 @@ img.large-bird {
opacity: .1; opacity: .1;
} }
/* Media grid images
--------------------------------------------------- */
.media-grid img {
height: 150px;
width: 210px;
}
/* Pretty Print /* Pretty Print
-------------------------------------------------- */ -------------------------------------------------- */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment