summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 23:47:44 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 23:47:44 +0400
commitd98e76d9c2d6f0e5ef7ca4f9ef32bc6f7daf8ea2 (patch)
tree34cea56d4b01d8b657d9137a3c81689a892f6302 /mobile/mobile.css
parent8ef7b02e4d45cd8494fd769140cfa091171e96d9 (diff)
remove long deprecated mobile/
Diffstat (limited to 'mobile/mobile.css')
-rw-r--r--mobile/mobile.css38
1 files changed, 0 insertions, 38 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css
deleted file mode 100644
index 8068e3d38..000000000
--- a/mobile/mobile.css
+++ /dev/null
@@ -1,38 +0,0 @@
-div.nav {
- height: 40px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- background-color: #ffffff;
- border: 1px solid #999999;
- text-align: center;
- margin-bottom: 1em;
-}
-div.nav label {
- line-height: 40px;
- color: black;
- font-weight: bold;
-}
-div.nav .button {
- position: static;
- margin: 5px 10px;
- -webkit-border-image: url(../lib/iui/whiteButton.png) 0 12 0 12;
- text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
- color: black;
- cursor: pointer; /* On a touch screen ? */
-}
-div.nav .button.left {
- float: left;
-}
-div.nav .button.right {
- float: right;
-}
-
-ul li a.read {
- color: #666666;
-}
-
-ul li span.browse {
- color : #909090;
- text-align : right;
- float : right;
-}