Skip to content

Commit

Permalink
updated html [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Mar 27, 2017
1 parent 6295e9d commit 7c3b400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Buildings/Resources/www/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ html{
background-color: #f8f8f8;
color: #022e4d;
font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
/*padding: 10px;*/
background-color: #BFD1D4;
}
body{
color: #022e4d;
Expand Down
6 changes: 3 additions & 3 deletions bin/cleanHTML.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ def validateLine(line, filNam):
for old, new in replacements.iteritems():
for i in range(len(lines)):
lines[i] = lines[i].replace(old, new)
filObj=open(filNam, 'w')
filObj.writelines(lines)
filObj.close()
filObj=open(filNam, 'w')
filObj.writelines(lines)
filObj.close()

# Replace certain sections
for fil in files:
Expand Down

0 comments on commit 7c3b400

Please sign in to comment.