ソースを参照

Prettify links

master
Chris Smith 14年前
コミット
974d732244
1個のファイルの変更20行の追加3行の削除
  1. 20
    3
      website/contextanalyser/index.html

+ 20
- 3
website/contextanalyser/index.html ファイルの表示

@@ -32,6 +32,23 @@
32 32
    ul {
33 33
     margin: 5px 0 0 0;
34 34
    }
35
+
36
+   .apps { list-style-type: none; margin: 0; padding: 0; }
37
+
38
+   .apps a {
39
+    display: block;
40
+    text-decoration: none;
41
+    color: black;
42
+    border: 1px solid #006;
43
+    background-color: #dde;
44
+    margin: 10px 5px;
45
+    padding: 5px;
46
+    border-radius: 10px;
47
+    -webkit-border-radius: 10px;
48
+    -mozilla-border-radius: 10px;
49
+   }
50
+
51
+   .apps a strong { display: block; }
35 52
   </style>
36 53
  </head>
37 54
  <body>
@@ -56,13 +73,13 @@
56 73
   </p>
57 74
   <ul class="apps">
58 75
    <li><a href="http://market.android.com/search?q=pname:uk.co.md87.android.placesdisplay">
59
-    <strong>Places</strong> - displays places detected by the Context Analyser
76
+    <strong>Places</strong> Displays places detected by the Context Analyser
60 77
    </a></li>
61 78
    <li><a href="http://market.android.com/search?q=pname:uk.co.md87.android.contextanalyser.locale">
62
-    <strong>Locale Plugin</strong> - allows you to program Locale conditions based on your actions
79
+    <strong>Locale Plugin</strong> Allows you to program Locale conditions based on your actions
63 80
    </a></li>
64 81
    <li><a href="http://market.android.com/search?q=pname:uk.co.md87.android.contexthome">
65
-    <strong>Context Home Screen</strong> - a home screen which adapts to include context-aware suggestions
82
+    <strong>Context Home Screen</strong> A home screen which adapts to include context-aware suggestions
66 83
    </a></li>
67 84
   </ul>
68 85
  </body>

読み込み中…
キャンセル
保存