mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed typo attachemnt to attachment
parent
738252af74
commit
36f31d1448
|
@ -476,7 +476,7 @@
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
|
|
||||||
.attachemnt-img {
|
.attachment-img {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
|
@ -4618,7 +4618,7 @@ table.text-center th {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
}
|
}
|
||||||
.attachment-block .attachemnt-img {
|
.attachment-block .attachment-img {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1221,7 +1221,7 @@
|
||||||
|
|
||||||
<!-- Attachment -->
|
<!-- Attachment -->
|
||||||
<div class="attachment-block clearfix">
|
<div class="attachment-block clearfix">
|
||||||
<img class="attachemnt-img" src="../dist/img/photo1.png" alt="attachement image">
|
<img class="attachment-img" src="../dist/img/photo1.png" alt="attachment image">
|
||||||
<div class="attachment-pushed">
|
<div class="attachment-pushed">
|
||||||
<h4 class="attachment-heading"><a href="http://www.lipsum.com/">Lorem ipsum text generator</a></h4>
|
<h4 class="attachment-heading"><a href="http://www.lipsum.com/">Lorem ipsum text generator</a></h4>
|
||||||
<div class="attachment-text">
|
<div class="attachment-text">
|
||||||
|
|
Loading…
Reference in New Issue