CodeConnect / SourceBrowser

C# in. HTML out.
http://sourcebrowser.io
MIT License
91 stars 22 forks source link

Restyle treeview to be more like the solution explorer. #96

Open JoshVarty opened 9 years ago

JoshVarty commented 9 years ago

Since we're using that metro treeview, it's a little generic.

I'd like to style it similar to Visual Studio's solution explorer:

AmadeusW commented 9 years ago

As we're doing this, I'd love to remove the dependency on MetroUI. This library added hundreds of css files into our Content directory and makes working with the header very difficult (I had to use !important to correctly position the logo on the home page.)

I've already recreated the header using plain bootstrap for the code browsing pages. I'd like to clean up the whole CSS when we have a chance.