Switch to DuckDuckGo Search
   February 4, 2017  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | >

Toggle Join/Part | bottom
[00:00:45] *** soee_ <soee_!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[00:02:37] *** soee <soee!~soee@bmo13.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 255 seconds)
[00:15:05] *** kraz <kraz!uid21048@pdpc/supporter/professional/kraz> has quit IRC (Quit: Connection closed for inactivity)
[00:16:20] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[00:18:40] *** soee_ <soee_!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 240 seconds)
[00:25:26] *** DLSteve <DLSteve!~DLSteve@170.167.193.106> has quit IRC (Quit: All rise, the honorable DLSteve has left the channel.)
[00:29:43] *** cambazz <cambazz!~can@94.55.129.151> has joined ##bootstrap
[00:37:17] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has joined ##bootstrap
[00:40:26] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Excess Flood)
[00:42:21] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined ##bootstrap
[00:46:15] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has joined ##bootstrap
[00:52:48] *** Srgjames <Srgjames!~Srgjames@50-252-127-147-static.hfc.comcastbusiness.net> has quit IRC (Quit: Leaving)
[00:55:01] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has quit IRC (Quit: adu)
[01:16:04] *** Darren__ <Darren__!~Darren_@bas3-malton22-70-30-4-22.dsl.bell.ca> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:17:15] *** angelica_ <angelica_!464aab8f@gateway/web/freenode/ip.70.74.171.143> has quit IRC (Quit: Page closed)
[01:28:36] *** cambazz <cambazz!~can@94.55.129.151> has quit IRC (Quit: leaving)
[01:38:28] *** Zalabinsky <Zalabinsky!Zalabinsky@a88-115-35-71.elisa-laajakaista.fi> has quit IRC (Ping timeout: 240 seconds)
[01:46:19] *** jenelizabeth <jenelizabeth!~jenelizab@cpc76810-brmb10-2-0-cust4.1-3.cable.virginm.net> has quit IRC (Quit: sleeeep)
[01:47:46] *** jenelizabeth <jenelizabeth!~jenelizab@cpc76810-brmb10-2-0-cust4.1-3.cable.virginm.net> has joined ##bootstrap
[01:50:02] *** UnknownSoldier <UnknownSoldier!~vy@189.84.252.111> has joined ##bootstrap
[01:50:06] <UnknownSoldier> hi
[01:51:47] *** fullstack <fullstack!~fullstack@2607:9280:b:73b:250:56ff:fe29:38e1> has quit IRC (Changing host)
[01:51:47] *** fullstack <fullstack!~fullstack@unaffiliated/fullstack> has joined ##bootstrap
[01:55:54] *** ibttis <ibttis!~asdafawad@unaffiliated/ibttis> has quit IRC (Quit: Leaving)
[01:59:18] *** PettanShoutaKun <PettanShoutaKun!~BustyLoli@2601:680:c200:15bd:75ac:91e3:3f79:35e1> has quit IRC (Remote host closed the connection)
[02:03:57] <UnknownSoldier> i have a problem. i need to generate a sequence of elements and draw them. i'm using row and col but some elements are bigger than others. so i would like to have cols of a given row occupying space that is from other row upwards.
[02:05:15] *** Darren__ <Darren__!~Darren_@CPEf4f26db6db1b-CM84948c35b170.cpe.net.cable.rogers.com> has joined ##bootstrap
[02:16:55] <MarkusDBX> UnknownSoldier: you can put rows in side cols?
[02:16:59] <MarkusDBX> you can nest them
[02:17:14] <UnknownSoldier> i do it programatically using some django tag.
[02:17:21] <UnknownSoldier> markusdbx.
[02:17:32] *** al-damiri <al-damiri!uid142631@gateway/web/irccloud.com/x-xxoybjagjpugkbry> has quit IRC (Quit: Connection closed for inactivity)
[02:19:24] <UnknownSoldier> i have a set of fixed columns. lets say 6 columns per row.
[02:19:45] <UnknownSoldier> some of the rows have a big height then it gets extra space between the rows, get it.?
[02:20:26] <MarkusDBX> I get it, some columns get long?
[02:20:43] <UnknownSoldier> yes.
[02:20:46] <MarkusDBX> why?
[02:20:50] *** ljc <ljc!~who@unaffiliated/ljc> has joined ##bootstrap
[02:21:01] <MarkusDBX> user generated content?
[02:21:06] <UnknownSoldier> well, because i have text inside panels that are inside the columns/rows, some texts are longer than the other ones.
[02:21:08] <UnknownSoldier> yes.
[02:21:34] <MarkusDBX> I say, limit the length of texts the user can input if using that layout
[02:21:47] <MarkusDBX> also.. I suggest not using columns for text in html at all
[02:21:53] <MarkusDBX> since it doesn't really work
[02:21:59] <MarkusDBX> it's not really responsive
[02:22:05] <MarkusDBX> text columns is a "print" thing
[02:22:08] <MarkusDBX> old world
[02:22:23] <UnknownSoldier> yea. i thought of limiting that.
[02:22:33] <UnknownSoldier> or just making it scrollable who knows.
[02:22:44] <MarkusDBX> yeah that can work too
[02:22:55] <MarkusDBX> also if it's images embeded there is other solutions for that
[02:23:07] <UnknownSoldier> no, just plain text
[02:23:13] <MarkusDBX> I say.. avoid a "news paper" column layout at all cost.
[02:23:15] *** Cache_Money <Cache_Money!~Cache_Mon@50-233-152-194-static.hfc.comcastbusiness.net> has quit IRC (Quit: Cache_Money)
[02:23:17] <UnknownSoldier> i have some panels with text inside etc.
[02:23:31] <UnknownSoldier> i see.
[02:23:37] <UnknownSoldier> i was looking for a news paper thing.
[02:24:11] <UnknownSoldier> i see.
[02:24:14] <UnknownSoldier> thank you markus.
[02:24:22] <UnknownSoldier> i'll try thinking of a way out.
[02:24:27] <UnknownSoldier> picking up a better solution.
[02:24:31] <UnknownSoldier> for it
[02:24:57] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Excess Flood)
[02:25:51] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined ##bootstrap
[02:28:45] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[02:32:15] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has joined ##bootstrap
[02:34:23] *** lektrik <lektrik!~mayday_ja@burlon0233w-lp130-1-174-92-124-200.dsl.bell.ca> has joined ##bootstrap
[02:44:15] *** alxy <alxy!uid115853@gateway/web/irccloud.com/x-mxysbtiruvjfydxd> has quit IRC (Quit: Connection closed for inactivity)
[02:59:35] *** ShaunR <ShaunR!~ShaunR@freenode/sponsor/NDChost.com> has quit IRC ()
[03:03:57] *** Deacydal <Deacydal!~Deacyde@unaffiliated/deacyde> has quit IRC (Read error: Connection reset by peer)
[03:16:38] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined ##bootstrap
[03:21:11] <UnknownSoldier> i was wondering whether it is possible to use 'col' as though it were 'row'. i mean, instead of having a lot of rows having a lot of cols then making it horizontally scrollable when it grows(i mean the browser).
[03:34:33] *** io_____ <io_____!uid4598@gateway/web/irccloud.com/x-zllygjqfbtrigold> has quit IRC (Quit: Connection closed for inactivity)
[03:53:10] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Read error: Connection reset by peer)
[03:56:24] *** Pangea <Pangea!~pangea@unaffiliated/pangea> has joined ##bootstrap
[04:01:06] *** ljc <ljc!~who@unaffiliated/ljc> has quit IRC (Ping timeout: 240 seconds)
[04:03:41] *** afunti <afunti!73ec35d2@gateway/web/freenode/ip.115.236.53.210> has joined ##bootstrap
[04:04:25] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined ##bootstrap
[04:15:02] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[04:24:03] *** Pangea <Pangea!~pangea@unaffiliated/pangea> has quit IRC (Quit: goodbye :()
[04:29:30] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[04:39:02] *** iraj_ <iraj_!~iraj@unaffiliated/iraj> has joined ##bootstrap
[04:41:09] *** lektrik <lektrik!~mayday_ja@burlon0233w-lp130-1-174-92-124-200.dsl.bell.ca> has quit IRC (Quit: Leaving)
[04:47:54] *** afunti <afunti!73ec35d2@gateway/web/freenode/ip.115.236.53.210> has quit IRC (Quit: Page closed)
[05:19:17] *** sagerdearia <sagerdearia!~necrodear@unaffiliated/necrodearia> has joined ##bootstrap
[05:20:13] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has joined ##bootstrap
[05:24:04] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has quit IRC (Client Quit)
[05:36:58] *** holodoc <holodoc!~holodoc@unaffiliated/holodoc> has quit IRC (Excess Flood)
[05:37:21] *** holodoc <holodoc!~holodoc@unaffiliated/holodoc> has joined ##bootstrap
[05:43:12] *** hue <hue!hue@zirc/bfnt.eclipse> has quit IRC (Ping timeout: 248 seconds)
[05:44:01] *** UnknownSoldier <UnknownSoldier!~vy@189.84.252.111> has quit IRC (Remote host closed the connection)
[05:45:50] *** gentunian <gentunian!~seba@unaffiliated/gentunian> has joined ##bootstrap
[05:48:15] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Quit: inoas)
[06:01:11] *** hue <hue!~hue@zirc/bfnt.eclipse> has joined ##bootstrap
[06:10:28] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 240 seconds)
[06:10:37] *** dka <dka!~dka@1.52.58.230> has joined ##bootstrap
[06:14:14] *** dka <dka!~dka@1.52.58.230> has quit IRC (Excess Flood)
[06:15:45] *** dka <dka!~dka@1.52.58.230> has joined ##bootstrap
[06:20:44] *** dka <dka!~dka@1.52.58.230> has quit IRC (Ping timeout: 276 seconds)
[06:21:44] *** schneid3306 <schneid3306!~schneid33@pool-100-6-144-223.pitbpa.fios.verizon.net> has joined ##bootstrap
[06:22:56] *** dka <dka!~dka@1.52.58.230> has joined ##bootstrap
[06:53:25] *** Leates <Leates!~Leates@88.144.51.168> has joined ##bootstrap
[06:53:44] *** Leates is now known as Guest74019
[06:55:09] *** Guest74019 <Guest74019!~Leates@88.144.51.168> has quit IRC (Remote host closed the connection)
[06:56:04] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has joined ##bootstrap
[07:05:52] *** gentunian <gentunian!~seba@unaffiliated/gentunian> has quit IRC (Ping timeout: 248 seconds)
[07:13:52] *** dka <dka!~dka@1.52.58.230> has quit IRC (Ping timeout: 248 seconds)
[07:18:57] <MarkusDBX> Any advice for fast compiling of bootstrap? Currently I can compile bootstrap in 1 second on a fast machine.
[07:19:24] <MarkusDBX> On my slower macbook (that mobile slow one) it's often 5-6 seconds or more. Is this normal?
[07:19:49] <MarkusDBX> slow one == macbook 2015 that very small one
[07:26:00] *** iraj_ <iraj_!~iraj@unaffiliated/iraj> has quit IRC (Remote host closed the connection)
[07:26:27] *** iraj_ <iraj_!~iraj@unaffiliated/iraj> has joined ##bootstrap
[07:48:12] *** Zythyr <Zythyr!~Zythyr@66-231-141-238.apt.gru.net> has joined ##bootstrap
[07:59:42] *** [0xAA] <[0xAA]!~ThisIsZen@unaffiliated/thisiszenified> has joined ##bootstrap
[08:08:11] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[08:15:15] *** metrixx <metrixx!~metrixx@unaffiliated/metrixx> has joined ##bootstrap
[08:29:58] *** aiena <aiena!~aiena@unaffiliated/aiena> has joined ##bootstrap
[08:30:43] <aiena> I need some help i have https://jsfiddle.net/ua4c9yf0/1/ i am trying to add an info button. i want to eventually add a popover to it. It is inside a panel currently my JS works so that anything inside it triggers the panel section. Now i want the info button to behave independently. E.g. I can click on it to show a modal while keeping the previously selected option
[08:36:14] *** iraj_ <iraj_!~iraj@unaffiliated/iraj> has quit IRC (Remote host closed the connection)
[08:36:43] *** iraj_ <iraj_!~iraj@unaffiliated/iraj> has joined ##bootstrap
[08:37:08] <aiena> hmm maybe i can use e.preventDefault to prevent the click event triggering the parent ?
[08:52:21] *** aiena <aiena!~aiena@unaffiliated/aiena> has left ##bootstrap ("Leaving")
[09:16:32] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[09:17:05] *** Zythyr <Zythyr!~Zythyr@66-231-141-238.apt.gru.net> has quit IRC (Ping timeout: 240 seconds)
[09:26:48] *** donguston <donguston!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[09:31:11] *** Assault <Assault!~Assault@87-93-61-154.bb.dnainternet.fi> has joined ##bootstrap
[09:41:56] *** donguston <donguston!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined ##bootstrap
[10:11:39] *** Unity` <Unity`!~Unity@5469F4B4.cm-12-2d.dynamic.ziggo.nl> has joined ##bootstrap
[10:13:04] *** Brugman <Brugman!~Brugman@unaffiliated/brugman> has quit IRC (Ping timeout: 260 seconds)
[10:14:50] *** Brugman <Brugman!~Brugman@208-031-128-083.dynamic.caiway.nl> has joined ##bootstrap
[10:14:50] *** Brugman <Brugman!~Brugman@208-031-128-083.dynamic.caiway.nl> has quit IRC (Changing host)
[10:14:50] *** Brugman <Brugman!~Brugman@unaffiliated/brugman> has joined ##bootstrap
[10:19:21] *** jenelizabeth__ <jenelizabeth__!~jenelizab@cpc76810-brmb10-2-0-cust4.1-3.cable.virginm.net> has joined ##bootstrap
[10:19:28] *** jenelizabeth <jenelizabeth!~jenelizab@cpc76810-brmb10-2-0-cust4.1-3.cable.virginm.net> has quit IRC (Read error: No route to host)
[10:19:28] *** jenelizabeth__ is now known as jenelizabeth
[10:33:41] *** alxy <alxy!uid115853@gateway/web/irccloud.com/x-rqbuqgymaulubsxk> has joined ##bootstrap
[10:34:25] *** soee_ <soee_!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[10:44:08] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 252 seconds)
[10:47:08] *** deepa is now known as deepy
[10:54:39] *** deepy <deepy!deepy@wrongplanet/deepa> has quit IRC (Quit: meow)
[11:03:16] *** ibttis <ibttis!~asdafawad@unaffiliated/ibttis> has joined ##bootstrap
[11:18:31] *** markand <markand!~markand@unaffiliated/markand> has left ##bootstrap
[11:23:27] *** dka <dka!~dka@1.52.58.230> has joined ##bootstrap
[11:23:55] *** dka <dka!~dka@1.52.58.230> has quit IRC (Max SendQ exceeded)
[11:24:25] *** dka <dka!~dka@1.52.58.230> has joined ##bootstrap
[11:24:55] *** dka <dka!~dka@1.52.58.230> has quit IRC (Max SendQ exceeded)
[11:25:20] *** dka <dka!~dka@1.52.58.230> has joined ##bootstrap
[11:29:05] *** deepy <deepy!deepy@wrongplanet/deepa> has joined ##bootstrap
[11:32:20] *** iraj_ <iraj_!~iraj@unaffiliated/iraj> has quit IRC (Remote host closed the connection)
[11:32:47] *** iraj_ <iraj_!~iraj@unaffiliated/iraj> has joined ##bootstrap
[11:33:08] *** DrNo <DrNo!~DrNo@118.124.9.51.dyn.plus.net> has joined ##bootstrap
[11:34:04] *** DrNo <DrNo!~DrNo@118.124.9.51.dyn.plus.net> has quit IRC (Read error: Connection reset by peer)
[11:35:43] *** DrNo <DrNo!~DrNo@118.124.9.51.dyn.plus.net> has joined ##bootstrap
[11:44:49] *** Zalabinsky <Zalabinsky!Zalabinsky@a88-115-35-71.elisa-laajakaista.fi> has joined ##bootstrap
[11:53:30] *** [0xAA] <[0xAA]!~ThisIsZen@unaffiliated/thisiszenified> has quit IRC (Remote host closed the connection)
[11:53:56] *** [0xAA] <[0xAA]!~ThisIsZen@unaffiliated/thisiszenified> has joined ##bootstrap
[12:04:03] *** [0xAA] <[0xAA]!~ThisIsZen@unaffiliated/thisiszenified> has quit IRC (Ping timeout: 245 seconds)
[12:06:24] *** dka <dka!~dka@1.52.58.230> has quit IRC (Read error: Connection timed out)
[12:07:56] *** dka <dka!~dka@1.52.58.230> has joined ##bootstrap
[12:08:36] *** dka <dka!~dka@1.52.58.230> has quit IRC (Max SendQ exceeded)
[12:09:56] *** dka <dka!~dka@1.52.58.230> has joined ##bootstrap
[12:12:28] *** [0xAA] <[0xAA]!~ThisIsZen@unaffiliated/thisiszenified> has joined ##bootstrap
[12:14:17] *** Andre_designer <Andre_designer!~Thunderbi@145.132.109.229> has joined ##bootstrap
[12:26:46] *** Assault <Assault!~Assault@87-93-61-154.bb.dnainternet.fi> has quit IRC (Ping timeout: 264 seconds)
[12:27:03] *** dka <dka!~dka@1.52.58.230> has quit IRC (Read error: Connection timed out)
[12:38:21] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[12:44:09] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 260 seconds)
[12:45:14] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Excess Flood)
[12:45:53] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined ##bootstrap
[12:48:58] *** JD-Robbs <JD-Robbs!~chatzilla@185.38.150.119> has joined ##bootstrap
[12:53:44] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[12:58:38] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 256 seconds)
[13:07:19] *** Darren__ <Darren__!~Darren_@CPEf4f26db6db1b-CM84948c35b170.cpe.net.cable.rogers.com> has quit IRC (Read error: Connection reset by peer)
[13:10:07] *** RedShift <RedShift!~RedShift@178-116-192-15.access.telenet.be> has joined ##bootstrap
[13:20:52] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined ##bootstrap
[13:26:05] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[13:32:23] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 245 seconds)
[13:41:51] *** internauto <internauto!~Thunderbi@187.36.216.237> has joined ##bootstrap
[13:45:55] *** donguston <donguston!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Quit: Leaving)
[13:54:31] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[13:55:08] *** soee_ <soee_!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 240 seconds)
[14:04:02] *** __Yiota <__Yiota!~textual@72.143.214.222> has joined ##bootstrap
[14:11:04] *** __Yiota <__Yiota!~textual@72.143.214.222> has quit IRC (Read error: Connection reset by peer)
[14:20:11] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[14:20:45] *** soee_ <soee_!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[14:20:50] *** RedShift <RedShift!~RedShift@178-116-192-15.access.telenet.be> has quit IRC (Quit: Nettalk6 - www.ntalk.de)
[14:21:06] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Read error: Connection reset by peer)
[14:22:10] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has joined ##bootstrap
[14:24:41] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 252 seconds)
[14:27:08] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[14:28:10] *** donguston <donguston!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined ##bootstrap
[14:31:52] *** __Yiota <__Yiota!~textual@72.143.214.222> has joined ##bootstrap
[14:32:28] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 255 seconds)
[14:38:18] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[14:38:32] *** soee_ <soee_!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Read error: Connection reset by peer)
[14:40:57] *** soee_ <soee_!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[14:45:06] *** __Yiota <__Yiota!~textual@72.143.214.222> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[14:48:01] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has quit IRC (Quit: adu)
[14:51:44] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has joined ##bootstrap
[15:00:08] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 240 seconds)
[15:09:50] *** internauto <internauto!~Thunderbi@187.36.216.237> has quit IRC (Ping timeout: 276 seconds)
[15:14:17] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[15:18:35] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 240 seconds)
[15:27:39] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined ##bootstrap
[15:31:16] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:f5dc:f438:4bd3:4631> has joined ##bootstrap
[15:37:05] *** YoY <YoY!~YoY@ARennes-659-1-119-141.w90-32.abo.wanadoo.fr> has joined ##bootstrap
[15:39:44] *** _yoy_ <_yoy_!~YoY@14.49.138.88.rev.sfr.net> has quit IRC (Ping timeout: 260 seconds)
[15:51:22] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Read error: Connection reset by peer)
[15:57:09] *** loki_ <loki_!~plz-tolko@broadband-188-32-186-142.moscow.rt.ru> has quit IRC (Remote host closed the connection)
[16:08:04] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[16:13:04] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 248 seconds)
[16:15:52] *** sylario <sylario!uid115390@gateway/web/irccloud.com/x-vjawxestdinzcohn> has joined ##bootstrap
[16:16:00] *** soee__ <soee__!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[16:16:14] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Read error: Connection reset by peer)
[16:23:16] *** DLSteve <DLSteve!~DLSteve@c-73-109-135-169.hsd1.wa.comcast.net> has joined ##bootstrap
[16:24:54] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:f5dc:f438:4bd3:4631> has quit IRC (Quit: Leaving...)
[16:27:26] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has quit IRC (Quit: adu)
[16:29:23] *** soee__ <soee__!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Read error: Connection reset by peer)
[16:29:26] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[16:30:43] *** ibttis <ibttis!~asdafawad@unaffiliated/ibttis> has quit IRC (Ping timeout: 245 seconds)
[16:35:01] *** ibttis <ibttis!~asdafawad@staticline-31-183-73-231.toya.net.pl> has joined ##bootstrap
[16:35:01] *** ibttis <ibttis!~asdafawad@staticline-31-183-73-231.toya.net.pl> has quit IRC (Changing host)
[16:35:01] *** ibttis <ibttis!~asdafawad@unaffiliated/ibttis> has joined ##bootstrap
[16:43:48] *** loa <loa!~loki@broadband-188-32-186-142.moscow.rt.ru> has quit IRC (Remote host closed the connection)
[16:45:50] *** RedShift <RedShift!~RedShift@178-116-192-15.access.telenet.be> has joined ##bootstrap
[16:47:12] *** UnevenCamber <UnevenCamber!~textual@8.53.6.51.dyn.plus.net> has joined ##bootstrap
[16:54:15] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Konversation terminated!)
[16:58:57] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[17:01:29] *** cvanball <cvanball!~textual@2001:980:92c0:1:cc6c:7c6b:9d55:6c98> has joined ##bootstrap
[17:02:14] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[17:03:53] *** cvanball <cvanball!~textual@2001:980:92c0:1:cc6c:7c6b:9d55:6c98> has quit IRC (Client Quit)
[17:06:22] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has joined ##bootstrap
[17:07:10] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 240 seconds)
[17:07:42] *** cvanball <cvanball!~textual@2001:980:92c0:1:cc6c:7c6b:9d55:6c98> has joined ##bootstrap
[17:09:40] *** UnevenCamber <UnevenCamber!~textual@8.53.6.51.dyn.plus.net> has quit IRC (Ping timeout: 256 seconds)
[17:15:49] *** loa <loa!~loki@broadband-188-32-186-142.moscow.rt.ru> has joined ##bootstrap
[17:26:58] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has quit IRC (Quit: adu)
[17:31:13] *** cvanball <cvanball!~textual@2001:980:92c0:1:cc6c:7c6b:9d55:6c98> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[17:49:08] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 240 seconds)
[17:55:57] *** bhdicaire <bhdicaire!~textual@modemcable231.174-80-70.mc.videotron.ca> has joined ##bootstrap
[17:56:25] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[18:01:26] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 276 seconds)
[18:02:48] *** ibttis <ibttis!~asdafawad@unaffiliated/ibttis> has quit IRC (Ping timeout: 245 seconds)
[18:11:46] *** iraj_ <iraj_!~iraj@unaffiliated/iraj> has quit IRC (Ping timeout: 264 seconds)
[18:15:27] *** deepy <deepy!deepy@wrongplanet/deepa> has quit IRC (Quit: meow)
[18:16:03] *** DrNo <DrNo!~DrNo@118.124.9.51.dyn.plus.net> has quit IRC (Quit: ZNC 1.6.3+deb1 - http://znc.in)
[18:16:07] *** deepy <deepy!deepy@wrongplanet/deepa> has joined ##bootstrap
[18:17:39] *** DrNo <DrNo!~DrNo@118.124.9.51.dyn.plus.net> has joined ##bootstrap
[18:21:16] *** camelotbob <camelotbob!camelotbob@c-68-32-107-38.hsd1.tn.comcast.net> has quit IRC (Read error: Connection reset by peer)
[18:22:13] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[18:25:34] *** soee_ <soee_!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 255 seconds)
[18:50:34] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[18:55:38] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 256 seconds)
[19:00:26] *** Unity` <Unity`!~Unity@5469F4B4.cm-12-2d.dynamic.ziggo.nl> has quit IRC (Quit: Leaving)
[19:01:49] *** JD-Robbs <JD-Robbs!~chatzilla@185.38.150.119> has quit IRC (Quit: ChatZilla 0.9.93 [Firefox 51.0.1/20170125094131])
[19:08:11] *** internauto <internauto!~Thunderbi@179.105.103.135> has joined ##bootstrap
[19:09:46] *** camelotbob <camelotbob!camelotbob@c-68-32-107-38.hsd1.tn.comcast.net> has joined ##bootstrap
[19:24:18] *** internauto <internauto!~Thunderbi@179.105.103.135> has quit IRC (Ping timeout: 260 seconds)
[19:26:34] *** gentunian <gentunian!~seba@unaffiliated/gentunian> has joined ##bootstrap
[19:44:52] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[19:45:53] *** [0xAA] <[0xAA]!~ThisIsZen@unaffiliated/thisiszenified> has quit IRC (Ping timeout: 260 seconds)
[19:49:43] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 255 seconds)
[19:50:45] *** bisch <bisch!~bob@97-127-105-160.mpls.qwest.net> has joined ##bootstrap
[19:51:53] *** Zythyr <Zythyr!~Zythyr@66-231-141-238.apt.gru.net> has joined ##bootstrap
[19:58:08] *** dkphenom <dkphenom!~textual@107.16.19.100> has joined ##bootstrap
[20:25:43] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 255 seconds)
[20:27:54] *** cvanball <cvanball!~textual@2001:980:92c0:1:cc6c:7c6b:9d55:6c98> has joined ##bootstrap
[20:30:54] *** dkphenom <dkphenom!~textual@107.16.19.100> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[20:31:20] *** tchalla <tchalla!~tchalla@ool-addcff18.static.optonline.net> has joined ##bootstrap
[20:35:54] *** Andre_designer <Andre_designer!~Thunderbi@145.132.109.229> has quit IRC (Quit: Andre_designer)
[20:36:16] *** igitoor_ <igitoor_!igitur@unaffiliated/contempt> has quit IRC (Ping timeout: 258 seconds)
[20:38:49] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[20:39:00] *** igitoor <igitoor!igitur@2a00:d880:3:1::c1ca:a648> has joined ##bootstrap
[20:40:45] *** dkphenom <dkphenom!~textual@107.16.19.100> has joined ##bootstrap
[20:43:36] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 240 seconds)
[20:45:17] *** dkphenom <dkphenom!~textual@107.16.19.100> has quit IRC (Ping timeout: 252 seconds)
[20:45:39] *** igitoor <igitoor!igitur@2a00:d880:3:1::c1ca:a648> has quit IRC (Changing host)
[20:45:39] *** igitoor <igitoor!igitur@unaffiliated/contempt> has joined ##bootstrap
[21:10:03] *** DLSteve <DLSteve!~DLSteve@c-73-109-135-169.hsd1.wa.comcast.net> has quit IRC (Quit: All rise, the honorable DLSteve has left the channel.)
[21:15:29] *** cvanball <cvanball!~textual@2001:980:92c0:1:cc6c:7c6b:9d55:6c98> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:16:42] *** cvanball <cvanball!~textual@2001:980:92c0:1:cc6c:7c6b:9d55:6c98> has joined ##bootstrap
[21:17:06] *** cvanball <cvanball!~textual@2001:980:92c0:1:cc6c:7c6b:9d55:6c98> has quit IRC (Client Quit)
[21:32:23] *** Zythyr <Zythyr!~Zythyr@66-231-141-238.apt.gru.net> has quit IRC ()
[21:33:07] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[21:33:46] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has joined ##bootstrap
[21:34:33] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[21:34:41] <cannap> Hi
[21:34:47] <cannap> any know how i can make this https://gyazo.com/23130c9000cecd855f570e86bb1efaf8 what i have marked in the circle
[21:34:54] <cannap> i dont know how i can make the col bigger
[21:37:40] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 240 seconds)
[21:48:15] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Excess Flood)
[21:49:25] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined ##bootstrap
[21:54:11] *** nivyaj_ <nivyaj_!uid41702@gateway/web/irccloud.com/x-kvovwenmfxsewhwg> has joined ##bootstrap
[21:55:16] *** soee <soee!~soee@blk174.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 256 seconds)
[21:59:03] *** __Yiota <__Yiota!~textual@2607:fea8:56e0:407:b139:53c8:b036:5455> has joined ##bootstrap
[22:02:08] *** soee <soee!~soee@bhs95.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[22:05:53] *** necrogami <necrogami!~necrogami@unaffiliated/necrogami> has joined ##bootstrap
[22:07:16] *** __Yiota <__Yiota!~textual@2607:fea8:56e0:407:b139:53c8:b036:5455> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[22:09:31] *** sagerdearia <sagerdearia!~necrodear@unaffiliated/necrodearia> has quit IRC (Ping timeout: 255 seconds)
[22:11:50] *** sagerdearia <sagerdearia!~necrodear@unaffiliated/necrodearia> has joined ##bootstrap
[22:13:08] *** adu <adu!~ajr@pool-71-178-160-63.washdc.fios.verizon.net> has quit IRC (Quit: adu)
[22:27:12] *** inoas <inoas!~leo@unaffiliated/ionas> has joined ##bootstrap
[22:31:35] *** inoas <inoas!~leo@unaffiliated/ionas> has quit IRC (Ping timeout: 240 seconds)
[22:37:09] *** internauto <internauto!~Thunderbi@179.105.103.135> has joined ##bootstrap
[22:46:09] *** ibttis <ibttis!~asdafawad@unaffiliated/ibttis> has joined ##bootstrap
[22:51:58] *** gentunian <gentunian!~seba@unaffiliated/gentunian> has quit IRC (Ping timeout: 258 seconds)
[23:01:53] *** soee <soee!~soee@bhs95.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 260 seconds)
[23:02:04] *** soee <soee!~soee@bhs95.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[23:10:50] *** jenelizabeth <jenelizabeth!~jenelizab@cpc76810-brmb10-2-0-cust4.1-3.cable.virginm.net> has quit IRC (Quit: sleeeep)
[23:12:03] *** jenelizabeth_ <jenelizabeth_!~jenelizab@cpc76810-brmb10-2-0-cust4.1-3.cable.virginm.net> has joined ##bootstrap
[23:14:34] *** jenelizabeth_ <jenelizabeth_!~jenelizab@cpc76810-brmb10-2-0-cust4.1-3.cable.virginm.net> has quit IRC (Read error: No route to host)
[23:14:45] *** jenelizabeth__ <jenelizabeth__!~jenelizab@cpc76810-brmb10-2-0-cust4.1-3.cable.virginm.net> has joined ##bootstrap
[23:20:16] *** bhdicaire <bhdicaire!~textual@modemcable231.174-80-70.mc.videotron.ca> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[23:24:43] *** internauto1 <internauto1!~Thunderbi@179.105.103.135> has joined ##bootstrap
[23:25:20] *** internauto <internauto!~Thunderbi@179.105.103.135> has quit IRC (Ping timeout: 252 seconds)
[23:28:18] *** explore <explore!~explore@d154-20-26-143.bchsia.telus.net> has joined ##bootstrap
[23:30:27] *** internauto1 <internauto1!~Thunderbi@179.105.103.135> has quit IRC (Remote host closed the connection)
[23:32:12] *** explore <explore!~explore@d154-20-26-143.bchsia.telus.net> has quit IRC (Client Quit)
[23:34:11] *** explore <explore!~explore@d154-20-26-143.bchsia.telus.net> has joined ##bootstrap
[23:34:28] *** soee <soee!~soee@bhs95.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Konversation terminated!)
[23:35:06] *** soee <soee!~soee@bhs95.neoplus.adsl.tpnet.pl> has joined ##bootstrap
[23:48:48] <explore> hey guys i could use your help in figuring out whether bootstrap can help with a problem
[23:49:30] <explore> i am trying to learn bootstrap, I already bought Riwanto’s awesome little book and read through it twice
[23:51:16] <explore> what i am trying to figure out is how a particular NavBar is implemented, please look at the top right of this page http://www.bcapphoto.com/wedding/info/
[23:51:29] <explore> you can see the diamond glyph highlighted
[23:51:35] <explore> is that done with bootstrap or something else?
[23:52:37] <explore> also in this page, 3 Bryan is highlighted, 3 in one font and size, Bryan in another font and size, http://www.bcapphoto.com/wedding/about-bryan/
[23:52:40] <explore> how is that done?
[23:52:51] <explore> thank you ahead of time for any help
[23:56:59] *** SwiftMatt <SwiftMatt!~Objective@162.242.94.219> has joined ##bootstrap
top

   February 4, 2017  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | >