Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code

This commit is contained in:
wmayer 2014-03-09 20:10:12 +01:00
commit f0a49e27ae

View File

@ -173,6 +173,7 @@ page = """
stripped = stripped.replace("</td", "</td");
stripped = stripped.replace("555px", "auto");
stripped = stripped.replace("border:1px", "border:0px");
stripped = stripped.replace("color:#000000;","");
return stripped;
}
@ -295,10 +296,10 @@ page = """
}
#description {
background: #222222;
background: #windowcolor;
border-radius: 5px;
padding: 8px;
color: #bdbdbd;
color: #windowtextcolor;
float: right;
width: 316px;
right: 10px;
@ -313,6 +314,7 @@ page = """
pre {
width: 300px !important;
white-space: pre-wrap;
}
.stick {