xed-view-frame: Fix the css for the minimap frame

This makes it work in gtk3.20+
This commit is contained in:
JosephMcc 2017-12-04 01:18:56 -08:00
parent 561c94e71a
commit c269c57777
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
.xed-map-frame:dir(ltr) { .xed-map-frame:dir(ltr) border {
border-width: 0 0 0 1px; border-width: 0 0 0 1px;
} }
.xed-map-frame:dir(rtl) { .xed-map-frame:dir(rtl) border {
border-width: 0 1px 0 0; border-width: 0 1px 0 0;
} }