summaryrefslogtreecommitdiff
path: root/views/style.sass
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-09-23 12:17:31 +0200
committermr <mr@mrautenberg.de>2011-09-23 12:17:31 +0200
commitc00f2a9f3386922b62fa1013cecd222f8e8acb52 (patch)
tree42068b975b9b0041b267958f691b7e55f0d030ab /views/style.sass
parente2f8adcc24470548f0c4a7d9b5cb0d4ab929fb51 (diff)
parente967ffe75370d39d0928e440a9023e2da6e35ae3 (diff)
Merge branch 'release/v3.0.0'
Diffstat (limited to 'views/style.sass')
-rw-r--r--views/style.sass30
1 files changed, 30 insertions, 0 deletions
diff --git a/views/style.sass b/views/style.sass
index 15ae256..c2a74cb 100644
--- a/views/style.sass
+++ b/views/style.sass
@@ -267,3 +267,33 @@ dl
margin-left: 16px
margin-right: 16px
float: left
+
+.models_navigation
+ #prev
+ @extend a
+ display: inline
+ cursor: pointer
+ #next
+ @extend a
+ display: inline
+ cursor: pointer
+ .link
+ @extend a
+ display: inline
+ cursor: pointer
+ .active
+ display: inline
+ color: #000
+ font-weight: bold
+ .thin
+ font-weight: 100
+
+.level_1
+ padding-left: 10px
+ font-weight: bold
+.level_2
+ padding-left: 20px
+.level_3
+ padding-left: 30px
+.level_4
+ padding-left: 40px