Compare commits

...

2 Commits

Author SHA1 Message Date
b1ek 45601e8553
improved dillo compatibility 2023-03-19 20:59:03 +10:00
b1ek 9ddda6142e
message if browser is naenara 2023-03-19 20:58:48 +10:00
2 changed files with 7 additions and 3 deletions

View File

@ -37,7 +37,8 @@ a:visited {
} }
.side_menu { .side_menu {
width: 200px; min-width: 256px;
max-width: 256px;
border-right: 1px solid #c2c4c2; border-right: 1px solid #c2c4c2;
padding: 0; padding: 0;
font-size: 9pt; font-size: 9pt;

View File

@ -66,7 +66,7 @@ html(style='overflow-y:auto' lang='en_US')
| contact the maintainers and notify them of the issue. | contact the maintainers and notify them of the issue.
table(width='100%' height='100%' class='body_table') table(width='100%' height='100%' class='body_table')
tr tr
td(class='side_menu' width='10%') td(class='side_menu')
h1 h1
a(href='/') blek! Site a(href='/') blek! Site
hr(class='flag_hr') hr(class='flag_hr')
@ -86,7 +86,10 @@ html(style='overflow-y:auto' lang='en_US')
p(class='nojs_hide') p(class='nojs_hide')
a(href='#' id='aussy_language') a(href='#' id='aussy_language')
span(class='flag_btn au_flag' title='Australian') span(class='flag_btn au_flag' title='Australian')
td(class='main_contents' width='90%') if (req.browser.browser.toString().match(/Naenara/))
p
font(size=4) 오랫동안 왕 김정은
td(class='main_contents' width='85%')
block content block content
block foot block foot