瀏覽代碼

Added some more margins to the Important, Caution and Warning admonitions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3720 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 21 年之前
父節點
當前提交
1cd9252bdd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stylesheets/lfs.css

+ 1 - 1
stylesheets/lfs.css

@@ -140,7 +140,7 @@ div.important, div.warning, div.caution {
   background-color: #fffff6;
   background-color: #fffff6;
   border: medium solid #400;
   border: medium solid #400;
   width: 90%;
   width: 90%;
-  margin: .5em auto;
+  margin: 1.5em auto;
   color: #600;
   color: #600;
   font-size: larger;
   font-size: larger;
 }
 }