Kaynağa Gözat

Prettify links

master
Chris Smith 14 yıl önce
ebeveyn
işleme
974d732244
1 değiştirilmiş dosya ile 20 ekleme ve 3 silme
  1. 20
    3
      website/contextanalyser/index.html

+ 20
- 3
website/contextanalyser/index.html Dosyayı Görüntüle

32
    ul {
32
    ul {
33
     margin: 5px 0 0 0;
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
   </style>
52
   </style>
36
  </head>
53
  </head>
37
  <body>
54
  <body>
56
   </p>
73
   </p>
57
   <ul class="apps">
74
   <ul class="apps">
58
    <li><a href="http://market.android.com/search?q=pname:uk.co.md87.android.placesdisplay">
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
    </a></li>
77
    </a></li>
61
    <li><a href="http://market.android.com/search?q=pname:uk.co.md87.android.contextanalyser.locale">
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
    </a></li>
80
    </a></li>
64
    <li><a href="http://market.android.com/search?q=pname:uk.co.md87.android.contexthome">
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
    </a></li>
83
    </a></li>
67
   </ul>
84
   </ul>
68
  </body>
85
  </body>

Loading…
İptal
Kaydet