Update Kohana to 3.1.3.1
This commit is contained in:
@@ -23,12 +23,12 @@ div.properties dl dd {margin-left:1.5em; margin-bottom:1.5em;}
|
||||
|
||||
/* functions */
|
||||
|
||||
div.method { padding:0 1.5em; border:1px solid #aaa; border-radius:5px; margin-bottom:1.5em; }
|
||||
div.method h3 { background:none; margin-top:0; margin-left:-1.17em; margin-right:-1.17em; padding:.75em 0 .75em 1.17em; background:#eee; border-top-left-radius:5px; border-top-right-radius:5px; }
|
||||
div.method { padding:0 1.5em; border:1px solid #c8cfaf; border-radius:5px; margin-bottom:1.5em; }
|
||||
div.method h3 { background:none; margin-top:0; margin-left:-1em; margin-right:-1em; padding:.75em 0 .75em 1.17em; background:#e8efcf; border-top-left-radius:5px; border-top-right-radius:5px; }
|
||||
div.method h3 .param { font-weight: normal; cursor: help; border-bottom:1px dashed #666;}
|
||||
div.method h3 abbr.param { text-transform: none; font-size: 1em; }
|
||||
|
||||
dl.tags { overflow: auto; background: #eee; padding: 1em; border: solid 6px #ddd; margin-bottom:1.5em; }
|
||||
dl.tags { overflow: auto; background: #e8efcf; padding: 1em; border: solid 6px #d8dfbf; margin-bottom:1.5em; }
|
||||
dl.tags dt { margin: 0; clear: both; float: left; width: 25%; }
|
||||
dl.tags dd { margin: 0; padding: 0; clear: right; float: right; }
|
||||
|
||||
|
@@ -20,7 +20,7 @@ code {
|
||||
}
|
||||
|
||||
pre {
|
||||
background:#f3f3f3;
|
||||
background:#fff;
|
||||
border-radius:10px;
|
||||
padding:1.5em;
|
||||
font-size:0.9em;
|
||||
@@ -64,7 +64,7 @@ table tr:nth-child(even) {
|
||||
.note {
|
||||
padding: 1.5em;
|
||||
padding-left: 5em;
|
||||
background: #f3f3f3 url('../img/lightbulb_48.png') no-repeat 1em center;
|
||||
background: #e8efcf url('../img/lightbulb_48.png') no-repeat 1em center;
|
||||
border-radius: 0.6em;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -112,15 +112,16 @@ h6:hover a.permalink {
|
||||
|
||||
#content { background: #f1f8db url(../img/content.png) center top repeat-x; }
|
||||
#content .wrapper { min-height: 390px; padding: 1em 0; background: transparent url(../img/wrapper.png) center top no-repeat; }
|
||||
#content div.page-toc { float: right; margin: 1em; margin-top: 0; padding: 1em; background: #fff; border: solid 0.1em #f3f3f3; border-radius: 0.6em; }
|
||||
#content div.page-toc { float: right; margin: 1em; margin-top: 0; padding: 1em; background: #fff; border: solid 0.1em #e8efcf; border-radius: 0.6em; }
|
||||
#content p.intro { padding: 1em 20px; padding-left: 20px; margin: 0 -20px; font-size: 1.2em; }
|
||||
#content a { color: #004352; }
|
||||
#content a:hover { color: #00758f; }
|
||||
#content a:active { text-decoration: none; }
|
||||
|
||||
#breadcrumb { margin: 0 0 1em; padding: 0 0 1em; list-style: none; border-bottom: solid 1px #f3f3f3; }
|
||||
#breadcrumb li { display: inline-block; margin: 0; padding: 0 0.4em 0 0; }
|
||||
#breadcrumb { margin: 0 0 1em; padding: 0 0 0.5em; list-style: none; border-bottom: solid 1px #e8efcf; }
|
||||
#breadcrumb li { display: inline-block; margin: 0; padding: 0 0.4em 0 0; text-transform: uppercase; font-size: 11px; }
|
||||
#breadcrumb li:before { content: '»'; padding-right: 0.4em; }
|
||||
#breadcrumb li a { color: #999; text-decoration: none; }
|
||||
|
||||
#topics { }
|
||||
#topics ul,
|
||||
|
@@ -107,7 +107,7 @@ code, pre { color: #c33; } /* very optional, but still useful. W3C uses about th
|
||||
|
||||
/* 24 COLUMN GRID */
|
||||
|
||||
.container {width:950px;margin:0 auto;overflow:auto;}
|
||||
.container {width:950px;margin:0 auto;overflow:hidden;}
|
||||
.showgrid {background:url(../img/grid.png);}
|
||||
body {margin:1.5em 0;}
|
||||
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23 {float:left;margin-right:10px;}
|
||||
|
Reference in New Issue
Block a user