source: branches/version-2_11-dev/html/user_data/packages/default/css/print.css @ 20340

Revision 20340, 197 bytes checked in by uemoto, 13 years ago (diff)

#1032(フロントデザインリニューアル)

  • CSSクラス名等調整
  • 未使用画像を削除
Line 
1@charset "utf-8";
2
3/************************************************
4 印刷用
5************************************************ */
6
7@media print {
8    body {
9        zoom: 75%;
10    }
11}
Note: See TracBrowser for help on using the repository browser.