cleaned up css slightly more
This commit is contained in:
parent
cc358baa17
commit
bc8e17d28d
@ -31,11 +31,17 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
white-space: -moz-pre-wrap;
|
white-space: -moz-pre-wrap;
|
||||||
white-space: -o-pre-wrap;
|
white-space: -o-pre-wrap;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
||||||
|
padding-left: 0.5em;
|
||||||
|
font-size: 0.9em;
|
||||||
|
line-height: 1.2em;
|
||||||
|
|
||||||
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
#code_folder_mainarea_result_info .title {
|
#code_folder_mainarea_result_info .title {
|
||||||
@ -56,11 +62,6 @@
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
font-family: consolas, "Andale Mono", monospace;
|
|
||||||
|
|
||||||
tab-size: 5;
|
|
||||||
-moz-tab-size: 5;
|
|
||||||
-o-tab-size: 5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-----------------------------------------------
|
/*-----------------------------------------------
|
||||||
@ -90,11 +91,17 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
white-space: -moz-pre-wrap;
|
white-space: -moz-pre-wrap;
|
||||||
white-space: -o-pre-wrap;
|
white-space: -o-pre-wrap;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
||||||
|
padding-left: 0.5em;
|
||||||
|
font-size: 0.9em;
|
||||||
|
line-height: 1.2em;
|
||||||
|
|
||||||
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
#code_file_mainarea_result_info .title {
|
#code_file_mainarea_result_info .title {
|
||||||
@ -139,11 +146,17 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
white-space: -moz-pre-wrap;
|
white-space: -moz-pre-wrap;
|
||||||
white-space: -o-pre-wrap;
|
white-space: -o-pre-wrap;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
||||||
|
padding-left: 0.5em;
|
||||||
|
font-size: 0.9em;
|
||||||
|
line-height: 1.2em;
|
||||||
|
|
||||||
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
#code_blame_mainarea_result_info .title {
|
#code_blame_mainarea_result_info .title {
|
||||||
|
@ -5,8 +5,26 @@ body {
|
|||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content
|
pre {
|
||||||
{
|
font-family: consolas, "Andale Mono", monospace;
|
||||||
|
overflow: auto;
|
||||||
|
width: inherit;
|
||||||
|
border: none;
|
||||||
|
|
||||||
|
tab-size: 5;
|
||||||
|
-moz-tab-size: 5;
|
||||||
|
-o-tab-size: 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
font-family: consolas, "Andale Mono", monospace;
|
||||||
|
|
||||||
|
tab-size: 5;
|
||||||
|
-moz-tab-size: 5;
|
||||||
|
-o-tab-size: 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-family: Ubuntu, "Trebuchet MS", sans-serif;
|
font-family: Ubuntu, "Trebuchet MS", sans-serif;
|
||||||
}
|
}
|
||||||
@ -40,17 +58,16 @@ body {
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content a
|
.content a {
|
||||||
{
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #4665A2;
|
color: #4665A2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content a:visited
|
.content a:visited {
|
||||||
{
|
|
||||||
color: #4665A2;
|
color: #4665A2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.content .taskbar {
|
.content .taskbar {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
/*font-weight: bold;*/
|
/*font-weight: bold;*/
|
||||||
@ -338,7 +355,6 @@ body {
|
|||||||
|
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
font-family: consolas, "Andale Mono", monospace;
|
|
||||||
padding: 0.2em 0.2em 0.2em 0.2em;
|
padding: 0.2em 0.2em 0.2em 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -375,16 +391,19 @@ body {
|
|||||||
|
|
||||||
.content .mainarea pre {
|
.content .mainarea pre {
|
||||||
border: none;
|
border: none;
|
||||||
|
/*
|
||||||
background-color: #F8F8FA;
|
background-color: #F8F8FA;
|
||||||
|
*/
|
||||||
|
/*
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .mainarea pre.wiki {
|
.content .mainarea pre.wiki {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
font-family: consolas, "Andale Mono", monospace;
|
|
||||||
|
|
||||||
tab-size: 5;
|
tab-size: 5;
|
||||||
-moz-tab-size: 5;
|
-moz-tab-size: 5;
|
||||||
@ -493,7 +512,6 @@ body {
|
|||||||
/*border: 1px solid #ccc;*/
|
/*border: 1px solid #ccc;*/
|
||||||
background-color: #F8F8FA;
|
background-color: #F8F8FA;
|
||||||
border: none;
|
border: none;
|
||||||
font-family: consolas, "Andale Mono", monospace;
|
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
|
|
||||||
|
@ -112,8 +112,6 @@
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
font-family: consolas, "Andale Mono", monospace;
|
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
@ -199,14 +197,9 @@
|
|||||||
|
|
||||||
background-color: #F8F8FA;
|
background-color: #F8F8FA;
|
||||||
border: none;
|
border: none;
|
||||||
font-family: consolas, "Andale Mono", monospace;
|
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
|
|
||||||
tab-size: 5;
|
|
||||||
-moz-tab-size: 5;
|
|
||||||
-o-tab-size: 5;
|
|
||||||
|
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -227,7 +220,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-family: consolas, "Andale Mono", monospace;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user