mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 10:31:09 +03:00
parent
97ab17ce7a
commit
7c969e495e
@ -25,6 +25,10 @@ body {
|
|||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
background-color: #F1F2F2;
|
background-color: #F1F2F2;
|
||||||
}
|
}
|
||||||
|
body.rtl {
|
||||||
|
text-align: right;
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
body.invitation {
|
body.invitation {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"{{#if rtl}} dir="rtl"{{/if}}>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
||||||
<title>{{#block "windowTitle"}}{{l10n "Mibew Messenger"}}{{/block}}</title>
|
<title>{{#block "windowTitle"}}{{l10n "Mibew Messenger"}}{{/block}}</title>
|
||||||
@ -8,7 +8,7 @@
|
|||||||
{{#block "head"}}{{/block}}
|
{{#block "head"}}{{/block}}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body{{#if startFrom}} class="{{startFrom}}"{{/if}}>
|
<body class="{{#if startFrom}}{{startFrom}}{{/if}}{{#if rtl}} rtl{{/if}}">
|
||||||
{{#block "page"}}
|
{{#block "page"}}
|
||||||
{{! Logo block}}
|
{{! Logo block}}
|
||||||
<div id="top2">
|
<div id="top2">
|
||||||
|
Loading…
Reference in New Issue
Block a user