Skip to content

Commit

Permalink
Changes on list
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jun 17, 2013
1 parent 4a7fcec commit 15866e3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
</head>

<body>

<section id="main" data-transition="slide" data-aside="features" class="drag">
<header>
<nav>
Expand Down
4 changes: 2 additions & 2 deletions src/stylesheets/lungo.base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ img
vertical-align: middle
font-size: 0

strong
font-weight: bold
// strong
// font-weight: 600

table
border-collapse: collapse
Expand Down
1 change: 1 addition & 0 deletions src/stylesheets/lungo.widget.styl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.inline-block
display: inline-block

INDENT = (INDENT / 1.5)
.indented > *
padding: INDENT
.margined > *
Expand Down
4 changes: 2 additions & 2 deletions src/stylesheets/theme/theme.base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/stylesheets/theme/theme.layout.list.styl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.list
section & li
background: #fff
font-weight: 300
&:not(.anchor)
border-bottom: inset 1px LIST_border
&.color
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 15866e3

Please sign in to comment.