Commit 616eeb07 authored by Dan Pascu's avatar Dan Pascu

Renamed some CSS styles

parent 76ef52f2
...@@ -347,7 +347,7 @@ a:active ...@@ -347,7 +347,7 @@ a:active
border-bottom: 2px solid; border-bottom: 2px solid;
} }
img.fullSizeImage img.full-size
{ {
width: auto; width: auto;
height: auto; height: auto;
...@@ -355,7 +355,7 @@ img.fullSizeImage ...@@ -355,7 +355,7 @@ img.fullSizeImage
max-width: 100%; max-width: 100%;
} }
img.scaledToFitImage img.scaled-to-fit
{ {
width: auto; width: auto;
max-height: 10px; max-height: 10px;
......
...@@ -401,7 +401,7 @@ a:active ...@@ -401,7 +401,7 @@ a:active
border-bottom: 2px solid; border-bottom: 2px solid;
} }
img.fullSizeImage img.full-size
{ {
width: auto; width: auto;
height: auto; height: auto;
...@@ -409,7 +409,7 @@ img.fullSizeImage ...@@ -409,7 +409,7 @@ img.fullSizeImage
max-width: 100%; max-width: 100%;
} }
img.scaledToFitImage img.scaled-to-fit
{ {
width: auto; width: auto;
max-height: 10px; max-height: 10px;
......
...@@ -417,7 +417,7 @@ a:active ...@@ -417,7 +417,7 @@ a:active
border-bottom: 2px solid; border-bottom: 2px solid;
} }
img.fullSizeImage img.full-size
{ {
width: auto; width: auto;
height: auto; height: auto;
...@@ -425,7 +425,7 @@ img.fullSizeImage ...@@ -425,7 +425,7 @@ img.fullSizeImage
max-width: 100%; max-width: 100%;
} }
img.scaledToFitImage img.scaled-to-fit
{ {
width: auto; width: auto;
max-height: 10px; max-height: 10px;
......
...@@ -364,7 +364,7 @@ a:active ...@@ -364,7 +364,7 @@ a:active
border-bottom: 2px solid; border-bottom: 2px solid;
} }
img.fullSizeImage img.full-size
{ {
width: auto; width: auto;
height: auto; height: auto;
...@@ -372,7 +372,7 @@ img.fullSizeImage ...@@ -372,7 +372,7 @@ img.fullSizeImage
max-width: 100%; max-width: 100%;
} }
img.scaledToFitImage img.scaled-to-fit
{ {
width: auto; width: auto;
max-height: 10px; max-height: 10px;
......
...@@ -417,7 +417,7 @@ a:active ...@@ -417,7 +417,7 @@ a:active
border-bottom: 2px solid; border-bottom: 2px solid;
} }
img.fullSizeImage img.full-size
{ {
width: auto; width: auto;
height: auto; height: auto;
...@@ -425,7 +425,7 @@ img.fullSizeImage ...@@ -425,7 +425,7 @@ img.fullSizeImage
max-width: 100%; max-width: 100%;
} }
img.scaledToFitImage img.scaled-to-fit
{ {
width: auto; width: auto;
max-height: 10px; max-height: 10px;
......
...@@ -364,7 +364,7 @@ a:active ...@@ -364,7 +364,7 @@ a:active
border-bottom: 2px solid; border-bottom: 2px solid;
} }
img.fullSizeImage img.full-size
{ {
width: auto; width: auto;
height: auto; height: auto;
...@@ -372,7 +372,7 @@ img.fullSizeImage ...@@ -372,7 +372,7 @@ img.fullSizeImage
max-width: 100%; max-width: 100%;
} }
img.scaledToFitImage img.scaled-to-fit
{ {
width: auto; width: auto;
max-height: 10px; max-height: 10px;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<style type="text/css"> <style type="text/css">
* {{ word-wrap: break-word; text-rendering: optimizelegibility; }} * {{ word-wrap: break-word; text-rendering: optimizelegibility; }}
img.scaledToFitImage {{ height: auto; max-width: 100%; }} img.scaled-to-fit {{ height: auto; max-width: 100%; }}
</style> </style>
<!-- This style is shared by all variants. !--> <!-- This style is shared by all variants. !-->
......
Markdown is supported
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