Compare commits
2 Commits
6e905308ea
...
45601e8553
Author | SHA1 | Date |
---|---|---|
b1ek | 45601e8553 | |
b1ek | 9ddda6142e |
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue