diff options
| author | Mark Otto <[email protected]> | 2015-08-17 18:33:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-17 18:33:34 -0700 |
| commit | c3373df95f543079e17dc31786d04ff7e8f2fc69 (patch) | |
| tree | 4a6f117a46c512afe505af17d84beff44b8bb725 /scss/_nav.scss | |
| parent | d2a29b5643f9dacd3d8a6b23c30b8215aac31795 (diff) | |
| download | bootstrap-c3373df95f543079e17dc31786d04ff7e8f2fc69.tar.xz bootstrap-c3373df95f543079e17dc31786d04ff7e8f2fc69.zip | |
clean out comments that aren't all that helpful
Diffstat (limited to 'scss/_nav.scss')
| -rw-r--r-- | scss/_nav.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss index c5ccc9336..813ac36ff 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -1,6 +1,7 @@ +// Base class // -// Navs -// -------------------------------------------------- +// Kickstart any navigation component with a set of style resets. Works with +// `<nav>`s or `<ul>`s. .nav { padding-left: 0; |
