diff --git a/bundles/docs/libraries/markdown.php b/bundles/docs/libraries/markdown.php index 6a234051..95dfd221 100755 --- a/bundles/docs/libraries/markdown.php +++ b/bundles/docs/libraries/markdown.php @@ -731,8 +731,9 @@ function _doAnchors_reference_callback($matches) { if (isset($this->urls[$link_id])) { $url = $this->urls[$link_id]; + // dayle convert + $url = URL::to($url); $url = $this->encodeAttribute($url); - $result = "titles[$link_id] ) ) { $title = $this->titles[$link_id]; @@ -754,7 +755,8 @@ function _doAnchors_inline_callback($matches) { $link_text = $this->runSpanGamut($matches[2]); $url = $matches[3] == '' ? $matches[4] : $matches[3]; $title =& $matches[7]; - + // dayle convert + $url = URL::to($url); $url = $this->encodeAttribute($url); $result = "header @@ -74,6 +74,7 @@ .wrapper>header background-repeat:no-repeat; background-position:right; text-shadow:1px 1px 0px #fff; + padding-top:2.5em; } .wrapper>header h1 @@ -96,6 +97,11 @@ .slogan font-size:0.8em; } +.intro-text +{ + width:480px; +} + .main { overflow:hidden; @@ -109,20 +115,37 @@ .content padding-left:1.5em; } +.content blockquote p +{ + background-color:#f8f8f8; + padding:0.5em 1em; + border-left:3px solid #E3591E; + text-shadow:1px 1px 0 #fff; + font-style:italic; + margin:3em 0; +} + +.content p +{ + line-height:1.6em; + margin:1.5em 0; +} + .content>h1 { font-size: 18pt; } .content>h2 { - font-size: 16pt; + font-size: 14pt; + margin-top:2.2em; } .content>h3 { - font-size: 14pt; + font-size: 12pt; } .content>h4 { - font-size: 12pt; + font-size: 10pt; } .content>h1:not(:first-child) { @@ -163,6 +186,19 @@ .sidebar>ul li:before margin-right:0.2em; } +.sidebar>ul ul +{ + list-style-type:none; + margin:0 0 0 1.5em; + padding:0; +} + +.sidebar>ul ul>li:before +{ + content:"\2013"; + margin-right:0.4em; +} + pre, code { font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; diff --git a/bundles/docs/public/img/logoback.png b/bundles/docs/public/img/logoback.png index 2e28579f..1827f572 100644 Binary files a/bundles/docs/public/img/logoback.png and b/bundles/docs/public/img/logoback.png differ diff --git a/bundles/docs/views/template.blade.php b/bundles/docs/views/template.blade.php index 7a3d1eeb..b414d8b8 100644 --- a/bundles/docs/views/template.blade.php +++ b/bundles/docs/views/template.blade.php @@ -14,7 +14,7 @@

Laravel

A Framework For Web Artisans

-

+

You have successfully installed the Laravel framework. Laravel is a simple framework that helps web artisans create beautiful, creative applications using elegant, expressive syntax. You'll love using it. diff --git a/public/bundles/docs/css/style.css b/public/bundles/docs/css/style.css old mode 100644 new mode 100755 index 68d9febc..ed6a2225 --- a/public/bundles/docs/css/style.css +++ b/public/bundles/docs/css/style.css @@ -64,7 +64,7 @@ body .wrapper { width:760px; - margin:2em auto; + margin:0 auto 5em auto; } .wrapper>header @@ -74,6 +74,7 @@ .wrapper>header background-repeat:no-repeat; background-position:right; text-shadow:1px 1px 0px #fff; + padding-top:2.5em; } .wrapper>header h1 @@ -96,6 +97,11 @@ .slogan font-size:0.8em; } +.intro-text +{ + width:480px; +} + .main { overflow:hidden; @@ -109,20 +115,37 @@ .content padding-left:1.5em; } +.content blockquote p +{ + background-color:#f8f8f8; + padding:0.5em 1em; + border-left:3px solid #E3591E; + text-shadow:1px 1px 0 #fff; + font-style:italic; + margin:3em 0; +} + +.content p +{ + line-height:1.6em; + margin:1.5em 0; +} + .content>h1 { font-size: 18pt; } .content>h2 { - font-size: 16pt; + font-size: 14pt; + margin-top:2.2em; } .content>h3 { - font-size: 14pt; + font-size: 12pt; } .content>h4 { - font-size: 12pt; + font-size: 10pt; } .content>h1:not(:first-child) { @@ -163,6 +186,19 @@ .sidebar>ul li:before margin-right:0.2em; } +.sidebar>ul ul +{ + list-style-type:none; + margin:0 0 0 1.5em; + padding:0; +} + +.sidebar>ul ul>li:before +{ + content:"\2013"; + margin-right:0.4em; +} + pre, code { font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; diff --git a/public/bundles/docs/img/logoback.png b/public/bundles/docs/img/logoback.png old mode 100644 new mode 100755 index 2e28579f..1827f572 Binary files a/public/bundles/docs/img/logoback.png and b/public/bundles/docs/img/logoback.png differ diff --git a/public/bundles/docs/js/modernizr-2.5.3.min.js b/public/bundles/docs/js/modernizr-2.5.3.min.js old mode 100644 new mode 100755 diff --git a/public/bundles/docs/js/prettify.js b/public/bundles/docs/js/prettify.js old mode 100644 new mode 100755