diff options
author | Tobias Grosser <tobias@grosser.es> | 2013-12-21 00:26:05 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2013-12-21 00:26:05 +0000 |
commit | 2658ea9e907a9da7ed8efc2ac9c82c0790ef99be (patch) | |
tree | 16d5751c3892a02bd7bb18120b5d73b3b8ad7bd7 /polly/www/menu.css | |
parent | 1d7c97eff3e926235bbb3743ebf7745fa4b8e537 (diff) | |
download | bcm5719-llvm-2658ea9e907a9da7ed8efc2ac9c82c0790ef99be.tar.gz bcm5719-llvm-2658ea9e907a9da7ed8efc2ac9c82c0790ef99be.zip |
www: Simplify css
llvm-svn: 197847
Diffstat (limited to 'polly/www/menu.css')
-rw-r--r-- | polly/www/menu.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/www/menu.css b/polly/www/menu.css index 1d1c72699ef..43177b689f8 100644 --- a/polly/www/menu.css +++ b/polly/www/menu.css @@ -2,7 +2,7 @@ /* page layout */ /***************/ -[id=menu] { +#menu { width:15em; float: left; margin-right: 3em; |