diff options
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index a5637c17e..85f9f774b 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -269,4 +269,14 @@ UL.tagSelection { UL.tagSelection LI { display: inline; white-space: nowrap; -}
\ No newline at end of file +} + +#fullTagCloud { font-size: 140%; } + +#fullTagCloud LI { display: inline; } + +.tagLevel5 { font-size: 150%; } +.tagLevel4 { font-size: 140%; } +.tagLevel3 { font-size: 120%; } +.tagLevel2 { font-size: 100%; } +.tagLevel1 { font-size: 90%; }
\ No newline at end of file |