[Notice] Announcing the End of Demo Server [Read me]
Jihan Kim 2013-04-23
adjust margin between index slogan (HIVE-124)
@43b9574af5b453143132841914fc726fa91bc281
app/assets/stylesheets/less/_page.less
--- app/assets/stylesheets/less/_page.less
+++ app/assets/stylesheets/less/_page.less
@@ -520,7 +520,7 @@
             width: 196px;
             height:178px;
             /*padding: 0 15px;*/
-            margin-right:29px;
+            margin-right:73px; /*29px;*/
             background-image: url('@{base-image-path}/sprite2.png');
             border:1px solid #e3e3e3;
             .inline-block;
app/views/home.scala.html
--- app/views/home.scala.html
+++ app/views/home.scala.html
@@ -1,9 +1,10 @@
 @(title: String, menuType:utils.MenuType)(content: Html)
 
-@layout(Messages(title))("orange") {
-    @views.html.navbar(menuType)
+@layout(Messages(title))(""){
+    @navbar(menuType)
+    
     <div class="container page-wrap">
-        @views.html.alert()
+        @alert()
         @content
     </div>
     <footer class="page-footer-outer">
app/views/index.scala.html
--- app/views/index.scala.html
+++ app/views/index.scala.html
@@ -278,7 +278,7 @@
 
 					<div class="my-projects">
                     <ul class="unstyled">
-                        @views.html.myProjectList(projects)
+                        @myProjectList(projects)
                     </ul>
 
                     <div class="btn-wrap">
app/views/main.scala.html
--- app/views/main.scala.html
+++ app/views/main.scala.html
@@ -9,7 +9,7 @@
   </header>
   
   <div class="container page-wrap">
-    @views.html.alert()
+    @alert()
     @content
   </div>
   
public/images/sprite2.png (Binary)
--- public/images/sprite2.png
+++ public/images/sprite2.png
Binary file is not shown
Add a comment
List