Commit 1f00444a5a1d450df7336d3e6ad55ec220d248b3

Authored by Antonio Terceiro
1 parent b4c6fe75

Better default style for notice box

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/designs/themes/base/layout.css
... ... @@ -307,6 +307,7 @@ div#notice {
307 307 top: 33px;
308 308 left: 10px;
309 309 margin-left: 0px;
  310 + padding: 5px;
310 311 }
311 312  
312 313 .docSize-GT-900 div#notice { top: 33px; left: 1%; margin-left: 10px; }
... ...