diff --git a/public/default/css/index.css b/public/default/css/index.css index 6a8f05d..8be3707 100755 --- a/public/default/css/index.css +++ b/public/default/css/index.css @@ -58,6 +58,9 @@ margin-top:25px; } +.article-list .title { + font-size:16px; +} .article-list .desc { margin-top:15px; @@ -110,6 +113,11 @@ a { max-width: 100%; } +.markdown-preview table td, .markdown-preview table th { + border: 1px solid #ddd; + padding: 5px; +} + pre { padding:0; } \ No newline at end of file diff --git a/resources/views/default/page.blade.php b/resources/views/default/page.blade.php index c6d3dee..ef5afa4 100755 --- a/resources/views/default/page.blade.php +++ b/resources/views/default/page.blade.php @@ -25,6 +25,8 @@ + +
@inject('systemPresenter', 'App\Presenters\SystemPresenter') @@ -76,6 +78,12 @@ + + + + @yield('script')