[Notice] Announcing the End of Demo Server [Read me]
이응준 2013-10-23
Merge pull request #136 from alecsiel/yobi refs/heads/pull-request
@d3353de07c190b1a5cb9f5b10b9745fcbdc158b4
app/assets/stylesheets/less/_page.less
--- app/assets/stylesheets/less/_page.less
+++ app/assets/stylesheets/less/_page.less
@@ -517,7 +517,6 @@
 
 .project-page-wrap {    
     margin:30px 0;
-    overflow:auto;
     padding:0 40px 0 160px;
     position: relative;
     min-height:580px;
@@ -537,6 +536,10 @@
 
             }
         }
+    }
+
+    .tab-content {
+        overflow:visible;
     }
 }
 
@@ -811,7 +814,7 @@
                 .feature-desc {
                     margin:0;
                     padding:0;
-                    font-size:11px;
+                    font-size:13px;
                     text-align:left;
                 }
             }
@@ -3042,11 +3045,9 @@
     .avatar-wrap { margin-right:10px; }
 
     .title {
+        text-overflow: ellipsis; 
+        white-space: nowrap; 
         overflow: hidden;
-        white-space: nowrap;
-        text-overflow:ellipsis;
-        -webkit-line-clamp:4;
-        -webkit-box-orient:vertical;
     }
 
     .infos {
@@ -3071,7 +3072,6 @@
     }
     
     .title-link { 
-        display:inline-block; 
         margin:5px 0; margin-right:5px; 
         font-size:14px; font-weight:bold;
         
app/assets/stylesheets/less/_yobiUI.less
--- app/assets/stylesheets/less/_yobiUI.less
+++ app/assets/stylesheets/less/_yobiUI.less
@@ -6,8 +6,8 @@
  * (bootstrap 2.3.1 : 14px,
  *  bootstrap 2.2.1 : 12px)
  */
-html {position: relative; }
-body { font-size:12px; padding-bottom: 55px;}
+html {position: relative; padding-bottom: 90px; }
+body { font-size:12px; }
 label, input, button, select, textarea { font-size:12px; }
 select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
 input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"],
Add a comment
List