diff options
Diffstat (limited to 'WebContent/stylesheets/navigation.css')
| -rw-r--r-- | WebContent/stylesheets/navigation.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/WebContent/stylesheets/navigation.css b/WebContent/stylesheets/navigation.css new file mode 100644 index 0000000..1ec153b --- /dev/null +++ b/WebContent/stylesheets/navigation.css @@ -0,0 +1,25 @@ +#navcontainer ul +{ +margin: 0; +padding: 0; +list-style-type: none; +} + +#navcontainer li { margin: 0 0 .2em 0; } + +#navcontainer a +{ +display: block; +color: black; +background-color: #ddd; +width: 6em; +padding: .2em .8em; +text-decoration: none; +} + +#navcontainer a:hover +{ +background-color: #bbb; +color: #FFF; +} + |
