Fix inherit tag
This commit is contained in:
parent
bb736b26bd
commit
dd7d876305
8 changed files with 70 additions and 70 deletions
|
|
@ -55,21 +55,21 @@
|
||||||
</sidebar>
|
</sidebar>
|
||||||
<sidebar class="second" id="roomsbar">
|
<sidebar class="second" id="roomsbar">
|
||||||
<roomtopbar>
|
<roomtopbar>
|
||||||
<inherit></inherit>
|
<inherit style="display: flex;"></inherit>
|
||||||
</roomtopbar>
|
</roomtopbar>
|
||||||
<roomcontent2>
|
<roomcontent2>
|
||||||
</roomcontent2>
|
</roomcontent2>
|
||||||
</sidebar>
|
</sidebar>
|
||||||
<roomcontent>
|
<roomcontent>
|
||||||
<roomtopbar>
|
<roomtopbar>
|
||||||
<inherit></inherit>
|
<inherit style="display: flex;"></inherit>
|
||||||
</roomtopbar>
|
</roomtopbar>
|
||||||
<roomcontent2>
|
<roomcontent2>
|
||||||
</roomcontent2>
|
</roomcontent2>
|
||||||
</roomcontent>
|
</roomcontent>
|
||||||
<sidebar class="second" id="roomdetailsbar" style="display: none;">
|
<sidebar class="second" id="roomdetailsbar" style="display: none;">
|
||||||
<roomtopbar>
|
<roomtopbar>
|
||||||
<inherit></inherit>
|
<inherit style="display: flex;"></inherit>
|
||||||
</roomtopbar>
|
</roomtopbar>
|
||||||
<roomcontent2>
|
<roomcontent2>
|
||||||
</roomcontent2>
|
</roomcontent2>
|
||||||
|
|
|
||||||
|
|
@ -374,7 +374,7 @@ blah, inherit, .inherit {
|
||||||
all: inherit;
|
all: inherit;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: inline;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
BIN
icons/icon.png
BIN
icons/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
|
@ -55,21 +55,21 @@
|
||||||
</sidebar>
|
</sidebar>
|
||||||
<sidebar class="second" id="roomsbar">
|
<sidebar class="second" id="roomsbar">
|
||||||
<roomtopbar>
|
<roomtopbar>
|
||||||
<inherit></inherit>
|
<inherit style="display: flex;"></inherit>
|
||||||
</roomtopbar>
|
</roomtopbar>
|
||||||
<roomcontent2>
|
<roomcontent2>
|
||||||
</roomcontent2>
|
</roomcontent2>
|
||||||
</sidebar>
|
</sidebar>
|
||||||
<roomcontent>
|
<roomcontent>
|
||||||
<roomtopbar>
|
<roomtopbar>
|
||||||
<inherit></inherit>
|
<inherit style="display: flex;"></inherit>
|
||||||
</roomtopbar>
|
</roomtopbar>
|
||||||
<roomcontent2>
|
<roomcontent2>
|
||||||
</roomcontent2>
|
</roomcontent2>
|
||||||
</roomcontent>
|
</roomcontent>
|
||||||
<sidebar class="second" id="roomdetailsbar" style="display: none;">
|
<sidebar class="second" id="roomdetailsbar" style="display: none;">
|
||||||
<roomtopbar>
|
<roomtopbar>
|
||||||
<inherit></inherit>
|
<inherit style="display: flex;"></inherit>
|
||||||
</roomtopbar>
|
</roomtopbar>
|
||||||
<roomcontent2>
|
<roomcontent2>
|
||||||
</roomcontent2>
|
</roomcontent2>
|
||||||
|
|
|
||||||
|
|
@ -374,7 +374,7 @@ blah, inherit, .inherit {
|
||||||
all: inherit;
|
all: inherit;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: inline;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue