mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 01:36:25 +02:00
Snapshot image border
This commit is contained in:
parent
3d2afaac77
commit
6a9f221a9e
1 changed files with 11 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
.snapshot-container {
|
||||
width: 100%;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.snapshot-column-left {
|
||||
|
@ -31,10 +32,19 @@
|
|||
width: 100%;
|
||||
}
|
||||
.snapshot-column-right > div > img {
|
||||
margin-top: 32px;
|
||||
margin-top: 32px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.snapshot-column-right > div {
|
||||
position: relative;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.snapshot-column-right > div > img {
|
||||
border: 2px solid #575757;
|
||||
margin: -2px;
|
||||
}
|
||||
</style>
|
||||
<!--
|
||||
<style type="text/css">
|
||||
|
|
Loading…
Reference in a new issue