diff options
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 7b0aeb04..db86acc3 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. /* General styles */ html, body { background: transparent; color: #000; - font: normal 90% Arial,Helvetica,sans-serif; margin: 0; + font: normal 90% Arial,Helvetica,sans-serif; margin: 0; padding: 0; } :link, :visited { color: #ba1e16; text-decoration: none; } :link img, :visited img { border: none; } |