aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-16 15:43:05 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-16 15:43:05 +0200
commita672f9f50680453e162881ca8bfdf2e575d0891f (patch)
tree2b2ce9b999c7094c4e6e5702680ae30301b45a54
parent45a04467ae9bc0fa90234a534a20104ac9797239 (diff)
downloadwallabag-a672f9f50680453e162881ca8bfdf2e575d0891f.tar.gz
wallabag-a672f9f50680453e162881ca8bfdf2e575d0891f.tar.zst
wallabag-a672f9f50680453e162881ca8bfdf2e575d0891f.zip
Fixed #45 - les icones sont revenues
-rw-r--r--css/style.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/css/style.css b/css/style.css
index 134ca5d5..cf1ee2f0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -101,9 +101,7 @@ input[type=submit].delete {
101 min-height: 8em; 101 min-height: 8em;
102 border: 1px solid; 102 border: 1px solid;
103} 103}
104#main .entrie h2 { 104
105 width: 95%;
106}
107#main .entrie h2 a { 105#main .entrie h2 a {
108 text-decoration: none; 106 text-decoration: none;
109} 107}
@@ -113,10 +111,6 @@ input[type=submit].delete {
113} 111}
114 112
115.tools { 113.tools {
116 position: absolute;
117 top: 20px;
118 right: 20px;
119 width: 30px;
120 text-align: right; 114 text-align: right;
121} 115}
122 116