瀏覽代碼

Add crude PDA stylesheet

master
父節點
當前提交
4c491540fd
共有 2 個檔案被更改,包括 11 行新增0 行删除
  1. +10
    -0
      public/css/pda.css
  2. +1
    -0
      resources/views/layout/default.blade.php

+ 10
- 0
public/css/pda.css 查看文件

@@ -0,0 +1,10 @@
.row.titlebar .logo {
position: relative;
padding: 10px 15px;
text-align: center;
margin: 0;
}

.row.titlebar .menu {
text-align: center;
}

+ 1
- 0
resources/views/layout/default.blade.php 查看文件

@@ -14,5 +14,6 @@
@yield('page')
@yield('scripts')
<link rel='stylesheet' type='text/css' href='/css/mobile.css'/>
<link rel='stylesheet' type='text/css' media='handheld' href='/css/pda.css'/>
</body>
</html>

Loading…
取消
儲存