Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
This commit is contained in:
commit
f0a49e27ae
|
@ -173,6 +173,7 @@ page = """
|
||||||
stripped = stripped.replace("</td", "</td");
|
stripped = stripped.replace("</td", "</td");
|
||||||
stripped = stripped.replace("555px", "auto");
|
stripped = stripped.replace("555px", "auto");
|
||||||
stripped = stripped.replace("border:1px", "border:0px");
|
stripped = stripped.replace("border:1px", "border:0px");
|
||||||
|
stripped = stripped.replace("color:#000000;","");
|
||||||
return stripped;
|
return stripped;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -295,10 +296,10 @@ page = """
|
||||||
}
|
}
|
||||||
|
|
||||||
#description {
|
#description {
|
||||||
background: #222222;
|
background: #windowcolor;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
color: #bdbdbd;
|
color: #windowtextcolor;
|
||||||
float: right;
|
float: right;
|
||||||
width: 316px;
|
width: 316px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
@ -313,6 +314,7 @@ page = """
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
width: 300px !important;
|
width: 300px !important;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stick {
|
.stick {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user