diff --git a/src/collections/breadcrumb.less b/src/collections/breadcrumb.less index 8d5adefce..627510fe9 100755 --- a/src/collections/breadcrumb.less +++ b/src/collections/breadcrumb.less @@ -1,6 +1,6 @@ /* * # Semantic Breadcrumb - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/collections/form.less b/src/collections/form.less index 645995386..c174fe52c 100755 --- a/src/collections/form.less +++ b/src/collections/form.less @@ -1,6 +1,6 @@ /* * # Semantic Form - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/collections/grid.less b/src/collections/grid.less index 117397e27..f4a129df0 100755 --- a/src/collections/grid.less +++ b/src/collections/grid.less @@ -1,6 +1,6 @@ /* * # Semantic Grid - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/collections/menu.less.REMOVED.git-id b/src/collections/menu.less.REMOVED.git-id index 20044e268..7400b3d1a 100644 --- a/src/collections/menu.less.REMOVED.git-id +++ b/src/collections/menu.less.REMOVED.git-id @@ -1 +1 @@ -d3090bbe50eed47c2de85cf2ffef4af998af2901 \ No newline at end of file +b831015a80e29d566157879d38817f9bc4cc3bd6 \ No newline at end of file diff --git a/src/collections/message.less b/src/collections/message.less index 48751a696..497783db4 100755 --- a/src/collections/message.less +++ b/src/collections/message.less @@ -1,6 +1,6 @@ /* - * # Semantic Text Block - Flat - * http://github.com/quirkyinc/semantic + * # Semantic Message + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors @@ -9,9 +9,9 @@ * * Released: April 29 2013 */ - + /******************************* - Text Block + Message *******************************/ .ui.message { @@ -56,21 +56,21 @@ background 0.1s ease, box-shadow 0.1s ease ; - + -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; - + -webkit-border-radius: 0.325em 0.325em 0.325em 0.325em; -moz-border-radius: 0.325em 0.325em 0.325em 0.325em; border-radius: 0.325em 0.325em 0.325em 0.325em; } -.ui.segment:first-child { +.ui.message:first-child { margin-top: 0em; } -.ui.segment:last-child { +.ui.message:last-child { margin-bottom: 0em; } @@ -194,13 +194,13 @@ -moz-border-radius: 0.325em 0.325em 0em 0em; border-radius: 0.325em 0.325em 0em 0em; - -webkit-box-shadow: + -webkit-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset ; - -moz-box-shadow: + -moz-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset ; - box-shadow: + box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset ; } @@ -248,16 +248,16 @@ ---------------*/ .ui.floating.message { - -webkit-box-shadow: - 0px 1px 3px 0px rgba(0, 0, 0, 0.1), + -webkit-box-shadow: + 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset ; - -moz-box-shadow: - 0px 1px 3px 0px rgba(0, 0, 0, 0.1), + -moz-box-shadow: + 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset ; - box-shadow: - 0px 1px 3px 0px rgba(0, 0, 0, 0.1), + box-shadow: + 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset ; } @@ -317,7 +317,7 @@ /*-------------- - Sizes + Sizes ---------------*/ .ui.small.message { diff --git a/src/collections/table.less b/src/collections/table.less index 467c08b77..3e2309015 100755 --- a/src/collections/table.less +++ b/src/collections/table.less @@ -1,6 +1,6 @@ /* * # Semantic Table - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/button.less b/src/elements/button.less index 099477069..f4b5d7b60 100755 --- a/src/elements/button.less +++ b/src/elements/button.less @@ -1,6 +1,6 @@ /* * # Semantic Button - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/divider.less b/src/elements/divider.less index b7b022e38..7a99b207d 100755 --- a/src/elements/divider.less +++ b/src/elements/divider.less @@ -1,6 +1,6 @@ /* * # Dividers - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/header.less b/src/elements/header.less index 375e06a14..320869913 100755 --- a/src/elements/header.less +++ b/src/elements/header.less @@ -1,6 +1,6 @@ /* - * # Semantic Headers - Flat - * http://github.com/quirkyinc/semantic + * # Semantic Headers + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/icon.less b/src/elements/icon.less index 7a90c1d51..70e330143 100755 --- a/src/elements/icon.less +++ b/src/elements/icon.less @@ -1,6 +1,6 @@ /* - * # Semantic Icons - Flat - * http://github.com/quirkyinc/semantic + * # Semantic Icons + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/image.less b/src/elements/image.less index d16d60e5f..5a2f9a842 100755 --- a/src/elements/image.less +++ b/src/elements/image.less @@ -1,6 +1,6 @@ /* * # Semantic Image - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/input.less b/src/elements/input.less index 86b6ebb45..6cf4054e5 100755 --- a/src/elements/input.less +++ b/src/elements/input.less @@ -1,6 +1,6 @@ /* * # Semantic Input - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/label.less b/src/elements/label.less index de22f054a..ed389595f 100755 --- a/src/elements/label.less +++ b/src/elements/label.less @@ -1,6 +1,6 @@ /* * # Semantic Label - Flat - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/loader.less b/src/elements/loader.less index 662258fae..27ef84cdd 100755 --- a/src/elements/loader.less +++ b/src/elements/loader.less @@ -1,6 +1,6 @@ /* * # Semantic Loader - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/progress.less b/src/elements/progress.less index d17bae7df..6c3120904 100755 --- a/src/elements/progress.less +++ b/src/elements/progress.less @@ -1,6 +1,6 @@ /* * # Semantic Progress Bar - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/segment.less b/src/elements/segment.less index c3aab62b9..c5bc8440a 100755 --- a/src/elements/segment.less +++ b/src/elements/segment.less @@ -1,6 +1,6 @@ /* * # Semantic Segment - Flat - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/elements/step.less b/src/elements/step.less index c68f7535f..263629c5d 100755 --- a/src/elements/step.less +++ b/src/elements/step.less @@ -1,6 +1,6 @@ /* * # Semantic Steps - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/modules/accordion.less b/src/modules/accordion.less index d7c6d0186..70ed47e6d 100755 --- a/src/modules/accordion.less +++ b/src/modules/accordion.less @@ -1,6 +1,6 @@ /* * # Semantic Accordion - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors @@ -40,19 +40,19 @@ border-top: 1px solid rgba(0, 0, 0, 0.05); - -webkit-transition: + -webkit-transition: background-color 0.2s ease-out ; - -moz-transition: + -moz-transition: background-color 0.2s ease-out ; - -o-transition: + -o-transition: background-color 0.2s ease-out ; - -ms-transition: + -ms-transition: background-color 0.2s ease-out ; - transition: + transition: background-color 0.2s ease-out ; } @@ -118,7 +118,7 @@ .ui.basic.accordion { background-color: transparent; - + -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; diff --git a/src/modules/dimmer.less b/src/modules/dimmer.less index 6be507828..d23245de6 100755 --- a/src/modules/dimmer.less +++ b/src/modules/dimmer.less @@ -1,6 +1,6 @@ /* * # Semantic Dimmer - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/modules/modal.less b/src/modules/modal.less index 6fc20f04e..ed2548975 100755 --- a/src/modules/modal.less +++ b/src/modules/modal.less @@ -1,6 +1,6 @@ /* * # Semantic Modal - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/modules/nag.less b/src/modules/nag.less index 0293e1ac8..1fc6507a8 100755 --- a/src/modules/nag.less +++ b/src/modules/nag.less @@ -1,6 +1,6 @@ /* * # Semantic Nag - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors @@ -47,7 +47,7 @@ box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) ; - + font-size: 1em; text-align: center; color: rgba(255, 255, 255, 0.8); diff --git a/src/modules/popup.less b/src/modules/popup.less index feaaf8a9e..38be19f9e 100755 --- a/src/modules/popup.less +++ b/src/modules/popup.less @@ -1,6 +1,6 @@ /* * # Semantic Popup - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/modules/reveal.less b/src/modules/reveal.less index 3c47e95b0..e5e88c7cd 100755 --- a/src/modules/reveal.less +++ b/src/modules/reveal.less @@ -1,6 +1,6 @@ /* * # Semantic Reveal - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/modules/search.less b/src/modules/search.less index bcb29d990..826861b82 100755 --- a/src/modules/search.less +++ b/src/modules/search.less @@ -1,6 +1,6 @@ /* * # Semantic Search - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/modules/shape.less b/src/modules/shape.less index 8833ad506..df6f502e3 100755 --- a/src/modules/shape.less +++ b/src/modules/shape.less @@ -1,6 +1,6 @@ /* * # Semantic Button - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/modules/tab.less b/src/modules/tab.less index e8f0d2a4c..6fc87f573 100755 --- a/src/modules/tab.less +++ b/src/modules/tab.less @@ -1,6 +1,6 @@ /* * # Semantic Button - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors @@ -12,7 +12,7 @@ /******************************* - UI Tabs + UI Tabs *******************************/ .ui.tab { diff --git a/src/modules/video.less b/src/modules/video.less index 869f2661b..5240bef0e 100755 --- a/src/modules/video.less +++ b/src/modules/video.less @@ -1,6 +1,6 @@ /* * # Semantic Video - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors @@ -39,7 +39,7 @@ width: 100%; height: 100%; - + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); opacity: 0.6; diff --git a/src/views/comment.less b/src/views/comment.less index 3f65d27b0..3d0715eae 100755 --- a/src/views/comment.less +++ b/src/views/comment.less @@ -1,6 +1,6 @@ /* * # Semantic Comment View - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/views/feed.less b/src/views/feed.less index 5691f05d4..4a4c8b5cf 100755 --- a/src/views/feed.less +++ b/src/views/feed.less @@ -1,6 +1,6 @@ /* * # Activity Feed View - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/views/item.less b/src/views/item.less index 844fc7609..7c1441803 100755 --- a/src/views/item.less +++ b/src/views/item.less @@ -1,6 +1,6 @@ /* * # Semantic Item View - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors diff --git a/src/views/list.less b/src/views/list.less index c6df952f7..00737b354 100755 --- a/src/views/list.less +++ b/src/views/list.less @@ -1,6 +1,6 @@ /* * # Semantic List - Flat - * http://github.com/quirkyinc/semantic + * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors