Navigation Menu

Skip to content

Commit

Permalink
working on layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gnugeek committed Dec 26, 2008
1 parent 6013152 commit 3f75cb6
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions views/style.sass
Expand Up @@ -18,28 +18,25 @@ a:link
:height 40px
:background #556
:text-align left
:padding 5px

#search
:height 40px
:background #aab
:text-align left
:font-size 24px
:padding 5px

#content
:font-family arial
:padding 5px
:margin 5px

table.word_results
:font-family arial
:width 100%
:border 1px solid gray
:background #ffa
:border 1px solid gray
caption
:background #fff
:text-align center
:border 1px solid gray
td
:text-align left
th
Expand All @@ -48,24 +45,22 @@ table.word_results
table.synset_results
:font-family arial
:width 100%
:border 1px solid gray
:background #aaf
:border 1px solid gray
caption
:background #fff
:text-align center
:border 1px solid gray
td
:text-align left
th
:text-align center

#results-synsets
:float left
:float right
:width 60%
:padding 5px

#results-word
:float right
:width 30%
:padding 5px

:float left
:width 40%

0 comments on commit 3f75cb6

Please sign in to comment.