mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 22:54:38 +00:00
Added Twitter Bootstrap source
We're going to build a custom version
This commit is contained in:
17
cssbuild/twitter-bootstrap/less/responsive-768px-979px.less
Executable file
17
cssbuild/twitter-bootstrap/less/responsive-768px-979px.less
Executable file
@@ -0,0 +1,17 @@
|
||||
// PORTRAIT TABLET TO DEFAULT DESKTOP
|
||||
// ----------------------------------
|
||||
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
|
||||
// Fixed grid
|
||||
#grid > .core(42px, 20px);
|
||||
|
||||
// Fluid grid
|
||||
#grid > .fluid(5.801104972%, 2.762430939%);
|
||||
|
||||
// Input grid
|
||||
#grid > .input(42px, 20px);
|
||||
|
||||
// No need to reset .thumbnails here since it's the same @gridGutterWidth
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user