aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/css/style.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-10 18:14:43 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-10 18:14:43 +0100
commit1acd18510a8fc5b843bf793322ed79b249b195dc (patch)
tree8218a340193e2827e1c4b0a6117adf81344e7b43 /themes/default/css/style.css
parentd47a05a9a5185e835d51341febc8257f5262ce03 (diff)
parentfb26cc9375ce9ef8df748eb473eb6e58884421c6 (diff)
downloadwallabag-1acd18510a8fc5b843bf793322ed79b249b195dc.tar.gz
wallabag-1acd18510a8fc5b843bf793322ed79b249b195dc.tar.zst
wallabag-1acd18510a8fc5b843bf793322ed79b249b195dc.zip
Merge pull request #544 from mariroz/feature-tags-autocomplete
a lot of enhancements related to tags: tags list is now sorted, shows number of articles, autocomplete added according to #477, #542
Diffstat (limited to 'themes/default/css/style.css')
-rwxr-xr-x[-rw-r--r--]themes/default/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css
index 28675907..b3d300ed 100644..100755
--- a/themes/default/css/style.css
+++ b/themes/default/css/style.css
@@ -347,3 +347,11 @@ a.reading-time span {
347 margin-left: -30px; 347 margin-left: -30px;
348} 348}
349 349
350.two-column {
351 display: block;
352 width: 50%;
353 paddig-right: 20px;
354 float: left;
355 vertical-align: top;
356}
357