浏览代码

tati 'responsive'

David 10 年之前
父节点
当前提交
6fddbf958c
共有 3 个文件被更改,包括 7 次插入4 次删除
  1. 2 0
      css/formulario.css
  2. 1 1
      css/skeleton.css
  3. 4 3
      formulario.html

+ 2 - 0
css/formulario.css

@@ -1,3 +1,5 @@
+.left { float:left ; }
+.right { float: right; }
 @font-face {
  font-family: 'Champagne and Limousine';
  src: url('../Fonts/Champagne&Limousines.ttf');

+ 1 - 1
css/skeleton.css

@@ -280,7 +280,7 @@ input[type="checkbox"],
 input[type="radio"] {
   display: inline; }
 label > .label-body {
-  display: inline-block;
+  display: inline;
   margin-left: .5rem;
   font-weight: normal; }
 

文件差异内容过多而无法显示
+ 4 - 3
formulario.html