Compare commits
No commits in common. "45601e85539b12137ab70a9b673f4b84b6c37162" and "6e905308ea7cf4a152325266f924e8f56ff1fb95" have entirely different histories.
45601e8553
...
6e905308ea
|
@ -37,8 +37,7 @@ a:visited {
|
||||||
}
|
}
|
||||||
|
|
||||||
.side_menu {
|
.side_menu {
|
||||||
min-width: 256px;
|
width: 200px;
|
||||||
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')
|
td(class='side_menu' width='10%')
|
||||||
h1
|
h1
|
||||||
a(href='/') blek! Site
|
a(href='/') blek! Site
|
||||||
hr(class='flag_hr')
|
hr(class='flag_hr')
|
||||||
|
@ -86,10 +86,7 @@ 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')
|
||||||
if (req.browser.browser.toString().match(/Naenara/))
|
td(class='main_contents' width='90%')
|
||||||
p
|
|
||||||
font(size=4) 오랫동안 왕 김정은
|
|
||||||
td(class='main_contents' width='85%')
|
|
||||||
block content
|
block content
|
||||||
block foot
|
block foot
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue