root/SPARQLBuilderWWW/web/classselect.css @ 255

リビジョン 253, 299 bytes (コミッタ: lenz, 9 年 前)

クラス選択ページ仮組
デザイン0

  • 属性 svn:mime-type の設定値 text/plain
行番号 
1@charset "UTF-8";
2
3div.wrap {
4        width: 100%;
5        height: 800px;
6        overflow: hidden;
7}
8
9div.left {
10        float: left;
11        width: 50%;
12        height: 100%;
13}
14
15div.right {
16        float: right;
17        width: 50%;
18        height: 100%;
19}
20
21div.startclass, div.endclass {
22        padding: 5px;
23}
24
25tr.nohit {
26        display: none;
27}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。