app/template/smartphone/init/stylesheet.twig line 1

Open in your IDE?
  1. {% include 'init/stylesheet/jquery.searchpop.twig' %}
  2. {% include 'init/stylesheet/kuru2.twig' %}
  3. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  4. <style>
  5.     #header,
  6.     #header *,
  7.     #contents,
  8.     #contents * {
  9.         max-width: 100%;
  10.     }
  11.     .sf-minitoolbar {
  12.         display: none !important;
  13.     }
  14.     #copyright {
  15.         padding:8px 10px 10px 10px;
  16.         clear: both;
  17.     }
  18. </style>