Removed a single s character sitting alone on line 178 of ExportPkg.py. Cleanup and updates to stylesheet.
svn: r12530
This commit is contained in:
parent
21e96b0616
commit
9b4efeb283
@ -285,8 +285,8 @@ p#user_header {
|
|||||||
margin:0;
|
margin:0;
|
||||||
padding:0 0 0 9px;
|
padding:0 0 0 9px;
|
||||||
background-color:#6AF364;
|
background-color:#6AF364;
|
||||||
border-bottom:solid 2px #000;
|
|
||||||
border-top:solid 2px #000;
|
border-top:solid 2px #000;
|
||||||
|
border-bottom:solid 4px #000;
|
||||||
}
|
}
|
||||||
#alphabet ul li.letters {
|
#alphabet ul li.letters {
|
||||||
margin:0;
|
margin:0;
|
||||||
@ -306,7 +306,6 @@ p#user_header {
|
|||||||
}
|
}
|
||||||
#alphabet ul li.letters a:hover {
|
#alphabet ul li.letters a:hover {
|
||||||
background-color:#C1B398;
|
background-color:#C1B398;
|
||||||
color:#000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navigation
|
/* Navigation
|
||||||
|
@ -175,7 +175,6 @@ class PackageWriter:
|
|||||||
buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
|
buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
|
||||||
gtk.STOCK_OK, gtk.RESPONSE_OK)
|
gtk.STOCK_OK, gtk.RESPONSE_OK)
|
||||||
)
|
)
|
||||||
s
|
|
||||||
response = fs_top.run()
|
response = fs_top.run()
|
||||||
if response == gtk.RESPONSE_OK:
|
if response == gtk.RESPONSE_OK:
|
||||||
fs_ok_clicked(fs_top)
|
fs_ok_clicked(fs_top)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user