Bootstrap: commits page + tree
This commit is contained in:
parent
bef29f0797
commit
d4ad362387
9 changed files with 47 additions and 47 deletions
|
@ -101,6 +101,7 @@ $blue_link: "#2fa0bb";
|
|||
width: 140px;
|
||||
border-right: 1px solid $border_color;
|
||||
height:100%;
|
||||
min-height:450px;
|
||||
}
|
||||
|
||||
.container-fluid > .content {
|
||||
|
@ -111,6 +112,7 @@ $blue_link: "#2fa0bb";
|
|||
@import "top_panel.scss";
|
||||
@import "projects.css.scss";
|
||||
@import "commits.css.scss";
|
||||
@import "tree.scss";
|
||||
|
||||
//@import "style.scss";
|
||||
//@import "notes.css.scss";
|
||||
|
@ -120,11 +122,10 @@ $blue_link: "#2fa0bb";
|
|||
//@import "commits.css.scss";
|
||||
|
||||
//@import "dashboard.scss";
|
||||
//@import "tree.scss";
|
||||
//@import "tags.scss";
|
||||
//@import "buttons.scss";
|
||||
|
||||
/** CODE HIGHTLIGHT **/
|
||||
//@import "highlight.css.scss";
|
||||
//@import "highlight.black.css.scss";
|
||||
@import "highlight.css.scss";
|
||||
@import "highlight.black.css.scss";
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.black .highlighttable {
|
||||
background: #333;
|
||||
td.linenos { border:none; }
|
||||
pre { color: #eee }
|
||||
.highlight { background: #333; border-left:1px solid #555; }
|
||||
|
||||
|
|
|
@ -25,7 +25,13 @@ td.linenos{
|
|||
padding:10px 0px 0px 10px;
|
||||
margin-left:0px;
|
||||
}
|
||||
|
||||
.linenodiv pre,
|
||||
.highlight pre{
|
||||
margin:0;
|
||||
padding:0;
|
||||
background:none;
|
||||
border:none;
|
||||
}
|
||||
|
||||
.linenodiv pre {
|
||||
|
|
|
@ -117,5 +117,6 @@ table.highlighttable .linenodiv pre {
|
|||
.tree-item {
|
||||
&:hover {
|
||||
background: #FFFFCF;
|
||||
cursor:pointer;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue