diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-16 16:15:41 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-16 16:15:41 -0500 |
commit | b331a0fcd4a38b5f99afcc6214ea0a15c8afd3bd (patch) | |
tree | 3d026fb8d108aba16bcef9aeb4f75eb4813e9e6b /css/_libresocial.sass | |
parent | 547ff7d055f15315aa55ca850ec4a0fa30cc189f (diff) | |
download | lidra-theme-b331a0fcd4a38b5f99afcc6214ea0a15c8afd3bd.tar.lz lidra-theme-b331a0fcd4a38b5f99afcc6214ea0a15c8afd3bd.tar.xz lidra-theme-b331a0fcd4a38b5f99afcc6214ea0a15c8afd3bd.zip |
fixed comment in styles
Diffstat (limited to 'css/_libresocial.sass')
-rw-r--r-- | css/_libresocial.sass | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/css/_libresocial.sass b/css/_libresocial.sass index aa4751c..aa1dc65 100644 --- a/css/_libresocial.sass +++ b/css/_libresocial.sass @@ -17,18 +17,18 @@ text-align: center font-variant: normal text-transform: none - // fix buttons height, for twitter bootstrap + /* fix buttons height, for twitter bootstrap */ line-height: 1em - /* Animation center compensation - margins should be symmetric - /* remove if not needed + /* Animation center compensation - margins should be symmetric */ + /* remove if not needed */ margin-left: .2em - /* you can be more comfortable with increased icons size - /* font-size: 120%; - /* Font smoothing. That was taken from TWBS + /* you can be more comfortable with increased icons size */ + /* font-size: 120%; */ + /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased -moz-osx-font-smoothing: grayscale - /* Uncomment for 3D effect - /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); + /* Uncomment for 3D effect */ + /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ .icon-diaspora:before content: '\e800' |