mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-24 08:11:55 +00:00
Add center to IMG tag inside FIGURE
This commit is contained in:
parent
48ed7ec957
commit
273f07968c
@ -114,6 +114,12 @@ h2#tophead {
|
||||
}
|
||||
|
||||
/*IMAGES*/
|
||||
img.center, div.center, figure.center
|
||||
{ display: block;
|
||||
vertical-align: top;
|
||||
margin-left: auto;
|
||||
margin-right:auto;
|
||||
margin-bottom: 10pt}
|
||||
img.onright, div.onright, figure.onright { vertical-align: top; float: right;
|
||||
margin-left: 10pt; margin-bottom: 10pt;
|
||||
margin-right: 8pt; }
|
||||
@ -126,8 +132,11 @@ table.imgtable { margin-left: auto; margin-right: auto; }
|
||||
table.imgtable td { vertical-align: middle; text-align: center;
|
||||
padding: 10px; }
|
||||
|
||||
figure {font-weight: bold; font-size: small;
|
||||
font-family: sans-serif; font-variant-caps: small-caps;}
|
||||
figure {font-weight: bold;
|
||||
font-size: small;
|
||||
font-family: sans-serif;
|
||||
font-variant-caps: small-caps;
|
||||
}
|
||||
figcaption {text-align: center}
|
||||
/*Menu*/
|
||||
.menu,
|
||||
|
Loading…
Reference in New Issue
Block a user