Skip to content

Commit

Permalink
Change border design
Browse files Browse the repository at this point in the history
  • Loading branch information
kijimaD committed Oct 31, 2020
1 parent ba2ff66 commit 4dbb9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions css/design.less
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,9 @@ form.search {
.dokuwiki div.page {
clear: both;
// background: @ini_background;
color: inherit;
// border: 1px solid @ini_background_alt;
// box-shadow: 0 0 .5em @ini_text_alt;
border-radius: 2px;
// border-radius: 2px;
padding: 1.556em 2em 2em;
margin-bottom: .5em;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<div id="dokuwiki__content"><div class="pad group">
<?php html_msgarea() ?>

<div class="page group p-4">
<div class="page group p-0">
<?php tpl_flush() ?>
<?php tpl_includeFile('pageheader.html') ?>
<!-- wikipage start -->
Expand Down

0 comments on commit 4dbb9dc

Please sign in to comment.