Small CSS issue, inline-style in uc_quote

Project: 
Ubercart
Category: 
feature request
Priority: 
minor
Status: 
active

uc_quote.module
line 1250
please remove style="margin-top: 1em;" for better theming.

also in
uc_quote.js
line 91

thanks.
mic

Done and done. This style is

Done and done.

This style is now placed in the following rule in uc_quote.css:

.solid-border#quote {
  margin-top: 1em;
}

It is highly specific, but subsequent style sheets can still override it.