Parcourir la source

Changes on list

soyjavi il y a 13 ans
Parent
commit
15866e3ac0

+ 0 - 1
example/index.html

@@ -53,7 +53,6 @@
 </head>
 
 <body>
-
     <section id="main" data-transition="slide" data-aside="features" class="drag">
         <header>
             <nav>

+ 2 - 2
src/stylesheets/lungo.base.styl

@@ -131,8 +131,8 @@ img
   vertical-align: middle
   font-size: 0
 
-strong
-  font-weight: bold
+// strong
+//   font-weight: 600
 
 table
   border-collapse: collapse

+ 1 - 0
src/stylesheets/lungo.widget.styl

@@ -17,6 +17,7 @@
 .inline-block
   display: inline-block
 
+INDENT = (INDENT / 1.5)
 .indented > *
   padding: INDENT
 .margined > *

+ 2 - 2
src/stylesheets/theme/theme.base.styl

@@ -12,8 +12,8 @@
 body
   background-color: #000
   color: COLOR
-  font: 16px/1.25 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
-  font-weight: 300
+  font: 16px/1.25  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
+  font-weight: bold
   letter-spacing: -0.05em
 
   & .text

+ 2 - 0
src/stylesheets/theme/theme.layout.list.styl

@@ -10,6 +10,7 @@
 .list
   section & li
     background: #fff
+    font-weight: 300
     &:not(.anchor)
       border-bottom: inset 1px LIST_border
     &.color
@@ -38,6 +39,7 @@
           border-color: #fff
       & small, & .on-right:not(.tag)
         color: lighten(TEXT, 50%)
+        font-weight: 300
 
     &:not(.big) img
       border-radius BORDER_radius